Skip to content

Commit

Permalink
remove assertion-error from commonjs plugin list
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Oct 23, 2023
1 parent 11b3e98 commit 30e2c66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web-test-runner.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default {
commonjs({
include: [
// the commonjs plugin is slow, list the required packages explicitly:
"**/node_modules/assertion-error/**/*",
"**/node_modules/type-detect/**/*",
],
}),
Expand Down

0 comments on commit 30e2c66

Please sign in to comment.