Skip to content

Commit 48160be

Browse files
test: fix
1 parent a6796b4 commit 48160be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import yn from "../../helpers/yn";
22

3-
module.exports = () => yn(process.env.EXPERIMENTAL_USE_IMPORT_MODULE);
3+
module.exports = () => !yn(process.env.EXPERIMENTAL_USE_IMPORT_MODULE);

0 commit comments

Comments
 (0)