Skip to content

Commit

Permalink
build: firefox fails due to concurrency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinecula committed Dec 8, 2023
1 parent 9c1ea52 commit 1779140
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion web-test-runner.config.mjs
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
export { default } from '@neovici/cfg/web/test-runner.mjs';
import config from '@neovici/cfg/web/test-runner.mjs';

export default {
...config,
concurrency: 1,
};

0 comments on commit 1779140

Please sign in to comment.