mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-27 21:48:27 +00:00
test for negative time, ref #85
This commit is contained in:
parent
903c065e26
commit
47717e872b
@ -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 () {
|
describe('slowcat()', function () {
|
||||||
it('Can concatenate things slowly', function () {
|
it('Can concatenate things slowly', function () {
|
||||||
assert.deepStrictEqual(
|
assert.deepStrictEqual(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user