mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-23 03:28:33 +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
|
const pat = sequence(pure('c3'), pure('eb3')._slow(2)); // => try mini('c3 eb3/2') in repl
|
||||||
assert.deepStrictEqual(
|
assert.deepStrictEqual(
|
||||||
pat.query(ts(0,1))[1],
|
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
|
// the following test fails
|
||||||
/* assert.deepStrictEqual(
|
/* assert.deepStrictEqual(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user