Skip to content

Commit

Permalink
Normalize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoli authored Jan 3, 2024
1 parent 318eb9f commit 800e78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/index.ts
Original file line number Diff line number Diff line change
@@ -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<void> {
const nyc: NYC = new NYC({
Expand Down

0 comments on commit 800e78f

Please sign in to comment.