Test global var if calls GOTO #49
Annotations
2 errors
tests/variables.test.ts > variables > global variables get restored if $ONGSAVE calls goto:
tests/variables.test.ts#L15
AssertionError: expected "spy" to not be called at all, but actually been called 1 times
Received:
1st spy call:
Array [
Object {
"actionIndex": -1,
"description": "",
"errorCode": 0,
"line": 0,
"lineSrc": "",
"localLine": 0,
"location": "",
},
]
Number of calls: 1
❯ tests/variables.test.ts:15:23
|
test
Process completed with exit code 1.
|