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