summaryrefslogtreecommitdiff
path: root/test/message/assert_throws_stack.out
blob: e9f9cc5e891c379761817cc897d372bdb6d9f05d (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
29
30
31
32
33
34
assert.js:*
      throw err;
      ^

AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected

+ Comparison {}
- Comparison {
-   bar: true
- }
    at Object.<anonymous> (*assert_throws_stack.js:*:*)
    at *
    at *
    at *
    at *
    at *
    at * {
  generatedMessage: true,
  code: 'ERR_ASSERTION',
  actual: Error: foo
      at assert.throws.bar (*assert_throws_stack.js:*)
      at getActual (assert.js:*)
      at Function.throws (assert.js:*)
      at Object.<anonymous> (*assert_throws_stack.js:*:*)
      at *
      at *
      at *
      at *
      at *
      at *,
  expected: [Object],
  operator: 'throws'
}