Skip to content

Commit

Permalink
fix typo in yarn run configuration #4
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeyer42 committed Dec 16, 2020
1 parent d84b2f5 commit fb0ec54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"license": "MIT",
"scripts": {
"ci-test": "jest --runInBand --ci -reporters=default --reporters=jest-junit",
"ci-test": "jest --runInBand --ci --reporters=default --reporters=jest-junit",
"test": "jest --runInBand"
},
"dependencies": {
Expand Down

0 comments on commit fb0ec54

Please sign in to comment.