Skip to content

Commit

Permalink
一回一回sync→dropしてるのをやめてみる
Browse files Browse the repository at this point in the history
  • Loading branch information
rinsuki committed Oct 25, 2019
1 parent 40bf3c2 commit a9e543b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ describe('Chart', () => {
});
});

after(done => {
connection.close().then(done);
});

beforeEach(done => {
testChart = new TestChart();
testGroupedChart = new TestGroupedChart();
Expand All @@ -49,13 +45,10 @@ describe('Chart', () => {
clock = lolex.install({
now: new Date('2000-01-01 00:00:00')
});

connection.synchronize().then(done);
});

afterEach(done => {
clock.uninstall();
connection.dropDatabase().then(done);
});

it('Can updates', async(async () => {
Expand Down

0 comments on commit a9e543b

Please sign in to comment.