update vitest
This commit is contained in:
parent
8583ed0e5c
commit
ce820c2314
10 changed files with 144 additions and 155 deletions
|
|
@ -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`] = `
|
||||
[
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// Vitest Snapshot v1
|
||||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
||||
|
||||
exports[`renders tunes > tune: amensister 1`] = `
|
||||
[
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ const toneHelpersMocked = {
|
|||
vol: mockNode,
|
||||
out: id,
|
||||
osc: id,
|
||||
samples: id,
|
||||
adsr: id,
|
||||
getDestination: id,
|
||||
players: mockNode,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue