Skip to content

Commit

Permalink
Update web-test-runner concurrency to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
pkayokay committed Mar 17, 2024
1 parent ebe9629 commit 85edeb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-test-runner.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const filterBrowserLogs = (log) => {
}

export default {
concurrency: 1,
files: "test/**/*_test.js",
nodeResolve: true,
filterBrowserLogs,
Expand Down

0 comments on commit 85edeb6

Please sign in to comment.