Skip to content

Commit

Permalink
chore(scripts): add ava --timeout 4m tests/*-ava.mjs tests/*-ava-node…
Browse files Browse the repository at this point in the history
….mjs (scripts.test:ava)
  • Loading branch information
arlac77 committed Nov 2, 2023
1 parent ce799dc commit 42628b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "BSD-2-Clause",
"scripts": {
"test": "npm run test:ava",
"test:ava": "ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs && ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
"test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme --section=API ./src/**/*.mjs",
"lint": "npm run lint:docs",
Expand Down

0 comments on commit 42628b2

Please sign in to comment.