Skip to content

Commit

Permalink
fix: do not use esModuleInterop
Browse files Browse the repository at this point in the history
previous commit was a mistake
  • Loading branch information
senyai committed Mar 23, 2024
1 parent 05f157e commit d5fe298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/suite/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as path from 'path';
import Mocha from 'mocha';
import glob from 'glob';
import * as Mocha from 'mocha';
import * as glob from 'glob';

export function run(): Promise<void> {
// Create the mocha test
Expand Down

0 comments on commit d5fe298

Please sign in to comment.