We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5441e94 commit fbb3179Copy full SHA for fbb3179
1 file changed
test.js
@@ -2,7 +2,7 @@ import fs, {promises as fsP} from 'node:fs';
2
import path from 'node:path';
3
import process from 'node:process';
4
import {fileURLToPath} from 'node:url';
5
-import {isexe} from 'isexe';
+import isexe from 'isexe';
6
import nock from 'nock';
7
import {pathExists} from 'path-exists';
8
import {temporaryDirectory} from 'tempy';
0 commit comments