Skip to content

Commit

Permalink
Fix runInBand flag usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Dec 18, 2018
1 parent 941f005 commit e9b3d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/scripts/test-e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const config = ! hasJestConfig() ?

const hasRunInBand = hasCliArg( '--runInBand' ) ||
hasCliArg( '-i' );
const runInBand = hasRunInBand ?
const runInBand = ! hasRunInBand ?
[ '--runInBand' ] :
[];

Expand Down

0 comments on commit e9b3d58

Please sign in to comment.