chore: set opts to be optional #44
Annotations
2 errors
src/expression/evaluate.test.ts > expression evaluation > returns an issue when encountering specialCall:
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
|
build-and-test
Process completed with exit code 1.
|