update vitest

This commit is contained in:
Felix Roos 2023-07-17 23:37:51 +02:00
parent 8583ed0e5c
commit ce820c2314
10 changed files with 144 additions and 155 deletions

View file

@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`runs examples > example "_euclidRot" example index 0 1`] = `
[

View file

@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`renders tunes > tune: amensister 1`] = `
[

View file

@ -60,6 +60,7 @@ const toneHelpersMocked = {
vol: mockNode,
out: id,
osc: id,
samples: id,
adsr: id,
getDestination: id,
players: mockNode,