Skip to content

Commit 4b01b66

Browse files
committed
fix index.ts
1 parent 505f55a commit 4b01b66

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
@@ -5,7 +5,7 @@
55
import * as path from 'path';
66
import * as Mocha from 'mocha';
77
// @ts-ignore: all
8-
import * as glob from 'glob';
8+
import { glob } from 'glob';
99

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

0 commit comments

Comments
 (0)