increase test coverage

This commit is contained in:
Sebastian McKenzie
2015-11-10 14:26:40 -08:00
parent a55f210c7f
commit 884252b90f
6 changed files with 23 additions and 17 deletions

View File

@@ -3,10 +3,6 @@
import slash from "slash";
import * as util from "../../../util";
export function number(val: any): number {
return +val;
}
export let filename = slash;
export function boolean(val: any): boolean {