test: add page hierarchy cycle integration harness

This commit is contained in:
Philipinho
2026-09-01 22:35:30 +01:00
parent dc8ed0ff06
commit 3e87ce9514
6 changed files with 223 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@
"migration:codegen": "kysely-codegen --dialect=postgres --camel-case --env-file=../../.env --out-file=./src/database/types/db.d.ts",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:integration": "jest --config test/jest-integration.json --runInBand",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",