diff options
| author | Steven Guerrero <stephenguerrero43@gmail.com> | 2021-12-30 11:18:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-30 17:18:30 +0100 |
| commit | 39a6c94071ee93642196f1a1952a05b125a55c5c (patch) | |
| tree | 83775cc34a542230affbc9e3ac647fba03473a2d /cli/tests/testdata/compat/test_runner/cjs.out | |
| parent | 1adf8ee54529b4e754d4f0513cc7763b3db54199 (diff) | |
feat(test): Add support for "deno test --compat" (#13235)
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 |
