Fix tests to run in parallel
To reproduce the issue:
- Remove the
--runInBand option from the package definition of the test script. This runs the tests in parallel, which is the default configuration.
2.npm run test
To run the tests serially, add the --runInBand option back into the package definition
Fix tests to run in parallel
To reproduce the issue:
--runInBandoption from the package definition of thetestscript. This runs the tests in parallel, which is the default configuration.2.
npm run testTo run the tests serially, add the
--runInBandoption back into the package definition