Skip to content

Commit

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

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

0 comments on commit 1857130

Please sign in to comment.