diff options
Diffstat (limited to 'cli/tests/testdata/compat/test_runner/cjs.out')
-rw-r--r-- | cli/tests/testdata/compat/test_runner/cjs.out | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/cli/tests/testdata/compat/test_runner/cjs.out b/cli/tests/testdata/compat/test_runner/cjs.out new file mode 100644 index 000000000..91298e91e --- /dev/null +++ b/cli/tests/testdata/compat/test_runner/cjs.out @@ -0,0 +1,25 @@ +running 2 tests from [WILDCARD] +test Correct assertion ... ok ([WILDCARD]) +test Failed assertion ... FAILED ([WILDCARD]) + +failures: + +Failed assertion +AssertionError [ERR_ASSERTION]: Values are not strictly equal: + + + [Diff] Actual / Expected + + +- 10 ++ 20 + +[WILDCARD] + +failures: + +[WILDCARD]Failed assertion + +test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) + +error: Test failed |