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 a692826 commit b757080Copy full SHA for b757080
extension/test/unit/testEnvFiles.test.ts
@@ -4,9 +4,9 @@
4
*--------------------------------------------------------*/
5
6
import assert from 'assert';
7
-import * as path from 'path';
8
-import * as fs from 'fs';
9
-import * as os from 'os';
+import path from 'path';
+import fs from 'fs';
+import os from 'os';
10
import { parseEnvFiles } from '../../src/utils/envUtils';
11
12
suite('parseEnvFiles Tests', () => {
0 commit comments