Skip to content

Commit 64a97ac

Browse files
test script import changes
1 parent cf91983 commit 64a97ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/git/src/test/repository.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*--------------------------------------------------------------------------------------------*/
55

66
import 'mocha';
7-
import assert from 'assert';
8-
import path from 'path';
7+
import * as assert from 'assert';
8+
import * as path from 'path';
99

1010
suite('Repository path handling', () => {
1111
// Test the path manipulation logic directly for subst drives

0 commit comments

Comments
 (0)