Skip to content

Commit 664e83f

Browse files
committed
fix test
1 parent 03d322d commit 664e83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { isWin } from '../build/constants.js';
1+
import { isMac, isWin } from '../build/constants.js';
22

33
Promise.withResolvers = Promise.withResolvers ?? function() {
44
const o = {};

0 commit comments

Comments
 (0)