summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compat/test_runner/cjs.out
blob: 7daf096db3a8d343d11136f75ffcca1a5a5e0ed7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
running 2 tests from ./compat/test_runner/cjs.js
Correct assertion ... ok ([WILDCARD])
Failed assertion ... FAILED ([WILDCARD])

failures:

./compat/test_runner/cjs.js > Failed assertion
AssertionError: Values are not strictly equal:


    [Diff] Actual / Expected


-   10
+   20

    Error.captureStackTrace(this, stackStartFn || stackStartFunction);
          ^
[WILDCARD]

failures:

	./compat/test_runner/cjs.js
	Failed assertion

test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD])

error: Test failed