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