2424 "prettier" : " prettier --check ./src" ,
2525 "script:expire-listings" : " ts-node src/scripts/expire-listings.ts" ,
2626 "start" : " npm run migrate:up && node -r dotenv/config build/index" ,
27- "test" : " DOTENV_CONFIG_PATH=.env.test node -r dotenv/config ../../node_modules/.bin/jest --config jest.config.js" ,
27+ "test:create-db" : " docker-compose -f ../../docker-compose.yaml up -d && docker exec -i onecore-sql sh -lc '/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P \" $MSSQL_SA_PASSWORD\" -b -Q \" IF DB_ID(N'\\ ''tenants-leases-test'\\ '') IS NULL BEGIN CREATE DATABASE [tenants-leases-test]; END\" '" ,
28+ "test:drop-db" : " docker compose -f ../../docker-compose.yaml up -d && docker exec -i onecore-sql sh -c '/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P $MSSQL_SA_PASSWORD -Q \" DROP DATABASE [tenants-leases-test];\" '" ,
29+ "test" : " npm run test:create-db && DOTENV_CONFIG_PATH=.env.test node -r dotenv/config ../../node_modules/.bin/jest --config jest.config.js" ,
2830 "test:ci" : " DOTENV_CONFIG_PATH=.env.ci node -r dotenv/config ../../node_modules/.bin/jest --config jest.config.js" ,
2931 "test:watch" : " DOTENV_CONFIG_PATH=.env.test jest --watch" ,
3032 "ts:watch" : " tsc --watch --noEmit" ,
3436 "@iteam/config" : " ^12.1.2" ,
3537 "@koa/cors" : " ^5.0.0" ,
3638 "@koa/router" : " ^12.0.1" ,
39+ "@onecore/types" : " *" ,
40+ "@onecore/utilities" : " *" ,
3741 "@types/easy-soap-request" : " ^5.6.0" ,
3842 "@types/swagger-jsdoc" : " ^6.0.4" ,
3943 "@types/swagger-ui" : " ^3.52.4" ,
6266 "swagger-jsdoc" : " ^6.2.8" ,
6367 "tedious" : " ^18.6.1" ,
6468 "ts-pattern" : " ^5.7.0" ,
65- "zod" : " ^3.25.67" ,
66- "@onecore/types" : " *" ,
67- "@onecore/utilities" : " *"
69+ "zod" : " ^3.25.67"
6870 },
6971 "devDependencies" : {
7072 "@eslint/compat" : " ^1.1.1" ,
7577 "@types/easy-soap-request" : " ^5.6.0" ,
7678 "@types/jest" : " ^29.5.14" ,
7779 "@types/koa" : " ^2.15.0" ,
78- "@types/koa-bodyparser" : " ^4.3.12" ,
79- "@types/koa-pino-logger" : " 3.0.4" ,
8080 "@types/koa__cors" : " ^5.0.0" ,
8181 "@types/koa__router" : " 12.0.4" ,
82+ "@types/koa-bodyparser" : " ^4.3.12" ,
83+ "@types/koa-pino-logger" : " 3.0.4" ,
8284 "@types/pino-multi-stream" : " ^5.1.6" ,
8385 "@types/supertest" : " ^6.0.2" ,
8486 "@typescript-eslint/eslint-plugin" : " ^8.38.0" ,
9698 "typescript" : " ^5.6.2" ,
9799 "typescript-eslint" : " 8.38.0"
98100 }
99- }
101+ }
0 commit comments