Skip to content

Commit

Permalink
Intentionally failing test to see what happens in CI; REVERT THIS
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyBooth committed Dec 24, 2022
1 parent 199bf63 commit fa7ce89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/es-modules/test-esm-ok.mjs
@@ -1,2 +1,2 @@
const isJs = true;
const isJs = 'INTENTIONALLY FAILING TEST';
export default isJs;

0 comments on commit fa7ce89

Please sign in to comment.