We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505f55a commit 4b01b66Copy full SHA for 4b01b66
src/test/suite/index.ts
@@ -5,7 +5,7 @@
5
import * as path from 'path';
6
import * as Mocha from 'mocha';
7
// @ts-ignore: all
8
-import * as glob from 'glob';
+import { glob } from 'glob';
9
10
export function run(): Promise<void> {
11
// Create the mocha test
0 commit comments