This commit is contained in:
rinsuki 2019-10-25 18:50:25 +09:00
parent a9e543ba2e
commit be1f7558ed
1 changed files with 0 additions and 1 deletions

View File

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