Skip to content

Commit

Permalink
add test-long, #384
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 13, 2024
1 parent 2e3ce34 commit 858ad5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"url": "https://github.com/phetsims/perennial.git"
},
"scripts": {
"test": "bash bin/sage run node_modules/qunit/bin/qunit.js js/test/perennial-tests.js"
"test": "bash bin/sage run node_modules/qunit/bin/qunit.js js/test/perennial-tests.js",
"test-long": "bash bin/sage run node_modules/qunit/bin/qunit.js test/* js/test/perennial-tests.js"
},
"devDependencies": {
"@octokit/rest": "~16.33.1",
Expand Down

0 comments on commit 858ad5c

Please sign in to comment.