Open Sharealikelicence opened 2 years ago
@Sharealikelicence, did you figure this out? We've tried this along with TEST_PARALLEL=1
per the readme and haven't been successful.
Edit: Scratch that - TEST_PARALLEL=1
does seem to work for us! Now we just have to fix our tests...
Hi, I have been trying to get tests to run in parallel using a
.mocharc.js
file like so:But, whenever I try it, none of the tests actually run and I am left with this console output:
It doesn't even work using the last step of the React Meteor tutorial code. Is this a bug or is there something that I'm not doing correctly? Thanks in advance for any help.