diff --git a/micromatch/micromatch-tests.ts b/micromatch/micromatch-tests.ts index 7cf5e1eab..2b0c8d784 100644 --- a/micromatch/micromatch-tests.ts +++ b/micromatch/micromatch-tests.ts @@ -1,4 +1,4 @@ -/// +/// import mm = require('micromatch'); var result: string[]; diff --git a/parse-glob/parse-glob-tests.ts b/parse-glob/parse-glob-tests.ts index b4b3bc4c1..267f2b4ed 100644 --- a/parse-glob/parse-glob-tests.ts +++ b/parse-glob/parse-glob-tests.ts @@ -1,4 +1,4 @@ -/// +/// import parseGlob = require('parse-glob'); var result: parseGlob.Result = parseGlob('a/b/c/**/*.{yml,json}');