Run server on different port when running tests

This commit is contained in:
2025-06-16 22:41:29 -07:00
parent 6084c54e2e
commit e9bfecace9
8 changed files with 32 additions and 27 deletions

View File

@@ -10,6 +10,7 @@
"svg-pan-zoom": "github:webdevcat-me/svg-pan-zoom"
},
"scripts": {
"start": "node dev-server.cjs",
"test:integ": "jest --config jest.config.integ.cjs",
"test": "jest"
}