This commit is contained in:
rinsuki 2019-10-25 21:02:21 +09:00
parent 5dfead3da0
commit 8b61c2603a
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ describe('Chart', () => {
clock = lolex.install({ clock = lolex.install({
now: new Date('2000-01-01 00:00:00') now: new Date('2000-01-01 00:00:00')
}); });
done();
}); });
afterEach(done => { afterEach(done => {