Skip to content

Commit

Permalink
Ignore ESM bundle on standalone test
Browse files Browse the repository at this point in the history
  • Loading branch information
yukukotani committed Aug 16, 2020
1 parent 6332bdb commit f4a96d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_config/require_standalone.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const globby = require("globby");
const sandbox = vm.createContext();

const source = globby
.sync(["standalone.js", "parser-*.js"], {
.sync(["standalone.js", "parser-!(*.module).js"], {
cwd: process.env.PRETTIER_DIR,
absolute: true,
})
Expand Down

0 comments on commit f4a96d4

Please sign in to comment.