Skip to content

Commit

Permalink
quick test
Browse files Browse the repository at this point in the history
  • Loading branch information
SidSethi committed May 27, 2022
1 parent a59fab8 commit c65aa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion creator-node/scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ run_unit_tests () {

run_integration_tests () {
echo Running integration tests...
./node_modules/mocha/bin/mocha --require ts-node/register test/*.test.js --timeout "${INTEGRATION_TIMEOUT}" --exit
./node_modules/mocha/bin/mocha --require ts-node/register test/hashids.test.js --timeout "${INTEGRATION_TIMEOUT}" --exit
}

ARG1=${@:$OPTIND:1}
Expand Down

0 comments on commit c65aa46

Please sign in to comment.