Terminate test run on completion #87
Annotations
3 errors and 1 warning
src/lib/sendNotes.spec.js > sendNoteWithDuration > should start and stop a note with the given duration:
src/lib/sendNotes.spec.js#L68
AssertionError: expected "spy" to not be called at all, but actually been called 1 times
Received:
1st spy call:
Array [
60,
Object {},
1,
]
Number of calls: 1
❯ src/lib/sendNotes.spec.js:68:36
|
src/lib/sendNotes.spec.js > sendNoteWithDuration > should clear existing timer if note is already playing:
src/lib/sendNotes.spec.js#L92
AssertionError: expected "spy" to be called 1 times, but got 2 times
❯ src/lib/sendNotes.spec.js:92:32
|
build (18.x)
Process completed with exit code 1.
|
build (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|