summaryrefslogtreecommitdiff
path: root/test/fixtures/errors/error_exit.snapshot
blob: 778165dc25c4fc78ff64e91475e1189bbd2329be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Exiting with code=1
node:assert:*
  throw new AssertionError(obj);
  ^

AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:

1 !== 2

    at Object.<anonymous> (*error_exit.js:*:*) {
  generatedMessage: true,
  code: 'ERR_ASSERTION',
  actual: 1,
  expected: 2,
  operator: 'strictEqual'
}

Node.js *