chore: remove async from startVisiting #46
Annotations
2 errors
Run npm test:
src/expression/evaluate.test.ts#L96
AssertionError: expected [ Array(1) ] to deep equally contain ObjectContaining {"col": 0, "row": 0}
- Expected:
ObjectContaining {
"col": 0,
"row": 0,
}
+ Received:
Array [
Object {
"addr": Object {
"col": 0,
"row": 0,
},
"message": "expressions of type specialCall is not supposed to be in the evaluation stage.",
},
]
❯ src/expression/evaluate.test.ts:96:27
|
Run npm test
Process completed with exit code 1.
|
Loading