Open MathieuPuech opened 4 years ago
This is a good point.
Mocha never saw the tests in your test file, because the browsers stops execution of a module when there are 404s. There are quite a lot of errors already in the logs, but do you think we could make this somehow clearer in the summary at the bottom?
I see, you can't know if there was any test when it crash. we should know that a test file has crashed, maybe by doing 2/3 test files
instead of 3/3 test files
?
That could work actually, the message at the bottom can also say something like "Failed to load some test files".
While testing the documentation, I forget to create the
isMobile.js
source file and start the tests. I don't see any failed test when doing this:3 passed, 0 failed
Full log