[CI] Add node.js integration tests #95
Annotations
4 errors
|
run integration tests
Process completed with exit code 1.
|
|
run integration tests:
test/node/src/basicEmulator.test.ts#L274
AssertionError: expected '{"a":"foo","b":{"c":"bar"}}' to deeply equal { a: 'foo', b: { c: 'bar' } }
- Expected:
{
"a": "foo",
"b": {
"c": "bar",
},
}
+ Received:
"{\"a\":\"foo\",\"b\":{\"c\":\"bar\"}}"
❯ src/basicEmulator.test.ts:274:30
|
|
run integration tests:
test/node/src/basicEmulator.test.ts#L262
AssertionError: expected '[1,2,3]' to deeply equal [ 1, 2, 3 ]
- Expected:
[
1,
2,
3,
]
+ Received:
"[1,2,3]"
❯ src/basicEmulator.test.ts:262:30
|
|
run integration tests:
test/node/src/basicEmulator.test.ts#L254
AssertionError: expected '{"a":"foo","b":1}' to deeply equal { a: 'foo', b: 1 }
- Expected:
{
"a": "foo",
"b": 1,
}
+ Received:
"{\"a\":\"foo\",\"b\":1}"
❯ src/basicEmulator.test.ts:254:30
|
Loading