chore: format
This commit is contained in:
parent
a7caf07ec3
commit
b5d49c5786
|
@ -24,9 +24,7 @@ describe('behavior', () => {
|
||||||
buildTraversal(['test2']),
|
buildTraversal(['test2']),
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
actions.on('actionsFinished', () => {
|
actions.on('actionsFinished', done);
|
||||||
done();
|
|
||||||
})
|
|
||||||
actions.tick(context, 0);
|
actions.tick(context, 0);
|
||||||
expect(actions.index).to.equal(0);
|
expect(actions.index).to.equal(0);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user