Skip to content

Commit

Permalink
cleanup 1
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Jul 7, 2024
1 parent cee6f51 commit c08d1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Get a list of all the test files to include
const testFiles = Object.keys(window.__karma__.files)
// ends with "-spec.js"
.filter(file => /unicode-spec\.js$/.test(file));
.filter(file => /-spec\.js$/.test(file));

// Allows tests to be loaded asynchronously
// TODO: Remove this when browsers add support for top level await
Expand Down

0 comments on commit c08d1f5

Please sign in to comment.