We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219ae61 commit 3261d4bCopy full SHA for 3261d4b
scripts/test.js
@@ -1,7 +1,8 @@
1
import concurrently from 'concurrently';
2
import {parseArgs} from 'node:util';
3
import fsExtra from 'fs-extra';
4
-import {logError} from './common.js';
+import common from './common.js';
5
+import {logError} from common;
6
const { pathExistsSync } = fsExtra
7
8
const defaultTimeout = 5 * 60 * 1000; // 5 minutes
0 commit comments