Skip to content

Commit b757080

Browse files
authored
Use conventional imports
1 parent a692826 commit b757080

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extension/test/unit/testEnvFiles.test.ts

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

66
import assert from 'assert';
7-
import * as path from 'path';
8-
import * as fs from 'fs';
9-
import * as os from 'os';
7+
import path from 'path';
8+
import fs from 'fs';
9+
import os from 'os';
1010
import { parseEnvFiles } from '../../src/utils/envUtils';
1111

1212
suite('parseEnvFiles Tests', () => {

0 commit comments

Comments
 (0)