fix?
This commit is contained in:
parent
482273f47d
commit
a7b021ca88
|
@ -37,10 +37,6 @@ describe('Chart', () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
after(done => {
|
|
||||||
connection.close().then(done);
|
|
||||||
});
|
|
||||||
|
|
||||||
beforeEach(done => {
|
beforeEach(done => {
|
||||||
testChart = new TestChart();
|
testChart = new TestChart();
|
||||||
testGroupedChart = new TestGroupedChart();
|
testGroupedChart = new TestGroupedChart();
|
||||||
|
|
Loading…
Reference in New Issue