fix(db): under mac and linux using alternative pool mechanism
this must fix test brokeup and closing stub
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import {startApplication, stopApplication} from "../tests/application";
|
||||
global.logT = (...args) => {console.log(...args)}
|
||||
|
||||
describe("application", () => {
|
||||
before(startApplication);
|
||||
|
Reference in New Issue
Block a user