test failing #11
Annotations
2 errors
tests/script.test.js > Counter Tests > should initialize the counter to zero:
tests/script.test.js#L21
AssertionError: expected +0 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 0
❯ tests/script.test.js:21:26
|
test
Process completed with exit code 1.
|