Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarDamkjaer committed Oct 13, 2023
1 parent 9d6cfce commit 9577a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode-playground/e2e_tests/testRunner.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Taken from https://code.visualstudio.com/api/working-with-extensions/testing-extension#the-test-runner-script
import * as glob from 'glob';
import * as Mocha from 'mocha';
import Mocha from 'mocha';
import * as path from 'path';

export function run(): Promise<void> {
Expand Down

0 comments on commit 9577a29

Please sign in to comment.