We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6796b4 commit 48160beCopy full SHA for 48160be
test/cases/auxiliary-assets/test.filter.js
@@ -1,3 +1,3 @@
1
import yn from "../../helpers/yn";
2
3
-module.exports = () => yn(process.env.EXPERIMENTAL_USE_IMPORT_MODULE);
+module.exports = () => !yn(process.env.EXPERIMENTAL_USE_IMPORT_MODULE);
0 commit comments