diff --git a/src/test/index.ts b/src/test/index.ts index bc12102a..d5d7d8b0 100644 --- a/src/test/index.ts +++ b/src/test/index.ts @@ -1,7 +1,7 @@ import * as path from "path"; import * as Mocha from "mocha"; import * as glob from "glob"; -const NYC = import("nyc"); +import * as NYC from "nyc"; export async function run(): Promise { const nyc: NYC = new NYC({