Skip to content

Commit

Permalink
package.json: fix issue number
Browse files Browse the repository at this point in the history
Co-authored-by: Gareth Bowen <[email protected]>
  • Loading branch information
alxndrsn and garethbowen authored Dec 30, 2023
1 parent 985acc2 commit 3e51e99
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 @@ -10,7 +10,7 @@
"build-modules": "node bin/build-modules.js",
"test-unit": "mocha tests/unit",
"test-node": "./bin/test-node.sh",
"test-component": "mocha --exit tests/component # --exit for #8838",
"test-component": "mocha --exit tests/component # --exit for #8839",
"test-fuzzy": "TYPE=fuzzy npm run test",
"test-browser": "npm run build-test && node ./bin/test-browser.js",
"test-memleak": "mocha -gc tests/memleak",
Expand Down

0 comments on commit 3e51e99

Please sign in to comment.