Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
willpote committed Jun 30, 2023
1 parent b3c06fc commit e4c5252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integ/order.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type OrderExecution = {
fillData: string
}

// if the CLI argument runInBand is not provided, throw.
// if the CLI argument runInBand is not provided, throw
if (!process.argv.includes('--runInBand')) {
throw new Error('Integration tests must be run with --runInBand flag')
}
Expand Down

0 comments on commit e4c5252

Please sign in to comment.