Skip to content

Commit

Permalink
Fixed package spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed May 18, 2024
1 parent d060a37 commit 1446f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/npmPackageSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('npm package', function() {
getFiles(path.resolve(this.tmpDir, 'package/lib'));

for (const file of files) {
expect(file).toMatch(/(\.(js|css)|[/\\]default.*_config.json)$/);
expect(file).toMatch(/(\.(js|css)|[/\\]default.*_config.mjs)$/);
}
});
});

0 comments on commit 1446f2b

Please sign in to comment.