Skip to content

Commit fbb3179

Browse files
committed
Update test.js after the isexe downgrade
1 parent 5441e94 commit fbb3179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import fs, {promises as fsP} from 'node:fs';
22
import path from 'node:path';
33
import process from 'node:process';
44
import {fileURLToPath} from 'node:url';
5-
import {isexe} from 'isexe';
5+
import isexe from 'isexe';
66
import nock from 'nock';
77
import {pathExists} from 'path-exists';
88
import {temporaryDirectory} from 'tempy';

0 commit comments

Comments
 (0)