In a jest test file, if there are compiler issues in the test itself (i.e. missing imports, missing arguments to a function, etc.), the output summary states that the number of tests = 0 and failed = 0. Would be great to include the "test suite failed to run" tests in the summary as a failed test.