From bcbc9c1f8af4724d6219e9c5c3c8cc9f1e21ad02 Mon Sep 17 00:00:00 2001 From: rinsuki <428rinsuki+git@gmail.com> Date: Fri, 25 Oct 2019 19:02:48 +0900 Subject: [PATCH] =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/chart.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/chart.ts b/test/chart.ts index 027529215e..868c6df3ec 100644 --- a/test/chart.ts +++ b/test/chart.ts @@ -21,7 +21,6 @@ import { initDb } from '../src/db/postgre'; import TestChart from '../src/services/chart/charts/classes/test'; import TestGroupedChart from '../src/services/chart/charts/classes/test-grouped'; import TestUniqueChart from '../src/services/chart/charts/classes/test-unique'; -import { Connection } from 'typeorm'; describe('Chart', () => { let testChart: any;