> digiboxy-accounting-backend@1.0.0 test > cross-env NODE_ENV=test jest node.exe : (node:21988) [DEP0170] DeprecationWarning: The URL sqlite::memory: is invalid. Future versions of Node.js will throw an error. At C:\Program Files\nodejs\npm.ps1:29 char:3 + & $NODE_EXE $NPM_CLI_JS $args + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ((node:219 88) [D...throw an error.:String) [], RemoteExcepti on + FullyQualifiedErrorId : NativeCommandError (Use `node --trace-deprecation ...` to show where the warning was created) console.log ✓ Database connection has been established successfully. at log (src/config/database.js:55:13) PASS src/tests/integration/multi-company.test.js Multi-Company Integration √ Create Account in Company A (36 ms) √ Verify Account in Company A (19 ms) √ Verify Account NOT in Company B (14 ms) √ Create Account in Company B (Same Code) (20 ms) Test Suites: 1 passed, 1 total Tests: 4 passed, 4 total Snapshots: 0 total Time: 4.068 s Ran all test suites.