From a9e543ba2eef790ac7a14ae8799b898765748e35 Mon Sep 17 00:00:00 2001 From: rinsuki <428rinsuki+git@gmail.com> Date: Fri, 25 Oct 2019 18:45:16 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E5=9B=9E=E4=B8=80=E5=9B=9Esync?= =?UTF-8?q?=E2=86=92drop=E3=81=97=E3=81=A6=E3=82=8B=E3=81=AE=E3=82=92?= =?UTF-8?q?=E3=82=84=E3=82=81=E3=81=A6=E3=81=BF=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/chart.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/chart.ts b/test/chart.ts index 99ae63100f..290d3f75b7 100644 --- a/test/chart.ts +++ b/test/chart.ts @@ -37,10 +37,6 @@ describe('Chart', () => { }); }); - after(done => { - connection.close().then(done); - }); - beforeEach(done => { testChart = new TestChart(); testGroupedChart = new TestGroupedChart(); @@ -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 () => {