mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
test for negative time, ref #85
This commit is contained in:
@@ -374,6 +374,15 @@ describe('Pattern', function () {
|
||||
);
|
||||
});
|
||||
});
|
||||
describe('fastcat()', function () {
|
||||
it('Can go into negative time', function () {
|
||||
sameFirst(
|
||||
fastcat('a','b','c')
|
||||
.late(1000000),
|
||||
fastcat('a','b','c'),
|
||||
);
|
||||
});
|
||||
});
|
||||
describe('slowcat()', function () {
|
||||
it('Can concatenate things slowly', function () {
|
||||
assert.deepStrictEqual(
|
||||
|
||||
Reference in New Issue
Block a user