Skip to content

Commit

Permalink
imp: adc --forceExit no jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Euclécio Josias Rodrigues committed Nov 3, 2021
1 parent d0546ac commit bf23fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if $run_npm_start ; then
npm start && npx wait-on $wait_for_url
fi

npm test -- --json --outputFile=evaluation.json
npm test -- --json --forceExit --outputFile=evaluation.json
node /evaluator.js evaluation.json .trybe/requirements.json result.json

if [ $? != 0 ]; then
Expand Down

0 comments on commit bf23fb0

Please sign in to comment.