mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +00:00
fix _slow test
This commit is contained in:
parent
3e989f4bb0
commit
e12bcea613
@ -106,7 +106,7 @@ describe('Pattern', function() {
|
||||
const pat = sequence(pure('c3'), pure('eb3')._slow(2)); // => try mini('c3 eb3/2') in repl
|
||||
assert.deepStrictEqual(
|
||||
pat.query(ts(0,1))[1],
|
||||
hap(ts(0,1), ts(1/2,1), "eb3")
|
||||
hap(ts(0.5,1.5), ts(1/2,1), "eb3")
|
||||
)
|
||||
// the following test fails
|
||||
/* assert.deepStrictEqual(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user