Update README

This commit is contained in:
2025-06-16 22:41:30 -07:00
parent 17e28ba214
commit 7a9724849b
3 changed files with 41 additions and 97 deletions

View File

@@ -12,7 +12,7 @@
"scripts": {
"start": "node server.cjs",
"test:integ": "node --trace-warnings ./node_modules/.bin/jest --detectOpenHandles --config jest.config.integ.cjs",
"test:integ:debug": "NODE_INSPECT_RESUME_ON_START=1 node inspect ./node_modules/jest/bin/jest.js --config jest.config.integ.cjs --runInBand test/integration/page.test.js",
"test:integ:debug": "NODE_INSPECT_RESUME_ON_START=1 node inspect ./node_modules/jest/bin/jest.js --config jest.config.integ.cjs --runInBand",
"test": "jest"
}
}