This commit is contained in:
rinsuki 2019-10-25 21:43:42 +09:00
parent 482273f47d
commit a7b021ca88
1 changed files with 0 additions and 4 deletions

View File

@ -37,10 +37,6 @@ describe('Chart', () => {
});
});
after(done => {
connection.close().then(done);
});
beforeEach(done => {
testChart = new TestChart();
testGroupedChart = new TestGroupedChart();