Fix test; add some scripts

This commit is contained in:
2025-06-16 22:41:29 -07:00
parent 484100727f
commit 96afc1515b
5 changed files with 11 additions and 10 deletions

View File

@@ -11,7 +11,7 @@
},
"scripts": {
"start": "node dev-server.cjs",
"test:integ": "jest --config jest.config.integ.cjs",
"test:integ": "node --trace-warnings ./node_modules/.bin/jest --detectOpenHandles --config jest.config.integ.cjs",
"test": "jest"
}
}