Skip to content

Commit 8856303

Browse files
committed
Add test:conformance:server:run script
Runs the conformance server standalone for debugging.
1 parent 7a74bc0 commit 8856303

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"test:conformance:client:run": "npx tsx src/conformance/everything-client.ts",
3636
"test:conformance:server": "scripts/run-server-conformance.sh",
3737
"test:conformance:server:all": "scripts/run-server-conformance.sh --suite all",
38+
"test:conformance:server:run": "npx tsx src/conformance/everything-server.ts",
3839
"test:conformance:all": "pnpm run test:conformance:client:all && pnpm run test:conformance:server:all"
3940
},
4041
"devDependencies": {

src/conformance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Then run tests as above.
4545

4646
Start the server manually:
4747
```bash
48-
npx tsx src/conformance/everything-server.ts
48+
pnpm run test:conformance:server:run
4949
```
5050

5151
In another terminal, run specific tests:

0 commit comments

Comments
 (0)