Add some 'load scenario' todo tests

This commit is contained in:
2025-06-16 22:41:31 -07:00
parent 2dfd5cdac3
commit 417a599c5c
3 changed files with 29 additions and 4 deletions

View File

@@ -12,8 +12,8 @@
"selenium-webdriver": "^4.19.0"
},
"scripts": {
"start": "node server.cjs",
"start:esbuildserver": "node esbuild-server.mjs",
"start": "node esbuild-server.mjs",
"start:esbuild-server": "node server.cjs",
"test:integ": "node ./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": "jest"