diff options
Diffstat (limited to 'cli/tests/testdata/compat')
| -rw-r--r-- | cli/tests/testdata/compat/test_runner/cjs.out | 4 | ||||
| -rw-r--r-- | cli/tests/testdata/compat/test_runner/esm.out | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/cli/tests/testdata/compat/test_runner/cjs.out b/cli/tests/testdata/compat/test_runner/cjs.out index 02d86891b..722721166 100644 --- a/cli/tests/testdata/compat/test_runner/cjs.out +++ b/cli/tests/testdata/compat/test_runner/cjs.out @@ -5,7 +5,7 @@ Failed assertion ... FAILED ([WILDCARD]) failures: compat/test_runner/cjs.js > Failed assertion -AssertionError [ERR_ASSERTION]: Values are not strictly equal: +AssertionError: Values are not strictly equal: [Diff] Actual / Expected @@ -14,6 +14,8 @@ AssertionError [ERR_ASSERTION]: Values are not strictly equal: - 10 + 20 + Error.captureStackTrace(this, stackStartFn || stackStartFunction); + ^ [WILDCARD] failures: diff --git a/cli/tests/testdata/compat/test_runner/esm.out b/cli/tests/testdata/compat/test_runner/esm.out index 73cfe7826..f135c993d 100644 --- a/cli/tests/testdata/compat/test_runner/esm.out +++ b/cli/tests/testdata/compat/test_runner/esm.out @@ -5,7 +5,7 @@ Failed assertion ... FAILED ([WILDCARD]) failures: compat/test_runner/esm.mjs > Failed assertion -AssertionError [ERR_ASSERTION]: Values are not strictly equal: +AssertionError: Values are not strictly equal: [Diff] Actual / Expected @@ -14,6 +14,8 @@ AssertionError [ERR_ASSERTION]: Values are not strictly equal: - 10 + 20 + Error.captureStackTrace(this, stackStartFn || stackStartFunction); + ^ [WILDCARD] failures: |
