This commit is contained in:
rinsuki
2019-10-25 18:50:25 +09:00
parent a9e543ba2e
commit be1f7558ed

View File

@@ -32,7 +32,6 @@ describe('Chart', () => {
before(done => {
initDb(true).then(c => {
connection = c;
done();
});
});