Skip to content

Commit 8aa3571

Browse files
committed
Fix import of Mocha
1 parent 3486c76 commit 8aa3571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/suite/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as path from 'path'
2-
import { Mocha } from 'mocha'
2+
import * as Mocha from 'mocha'
33
import { glob } from 'glob'
44

55
export async function run(): Promise<void> {

0 commit comments

Comments
 (0)