test: add first-version coverage
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
"spike:contracts": "node tools/spike/validate-gateway-queue-contract.mjs",
|
||||
"spike:gateway": "powershell -NoProfile -ExecutionPolicy Bypass -Command \"$env:Path='C:\\Program Files\\Go\\bin;'+$env:Path; Push-Location gateway; go test ./...; Pop-Location\"",
|
||||
"spike:bullmq": "node api/src/spike/bullmq-link-spike.mjs",
|
||||
"test:api": "npm --prefix api test",
|
||||
"test:gateway": "npm run spike:gateway",
|
||||
"verify:phase1": "npm run spike:contracts && npm run spike:gateway && npm run spike:bullmq && npm run prisma:generate && npm run build:api && npm run build",
|
||||
"verify:phase2": "npm run verify:phase1",
|
||||
"verify:phase3": "npm run verify:phase2",
|
||||
|
||||
Reference in New Issue
Block a user