We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a74bc0 commit 8856303Copy full SHA for 8856303
2 files changed
package.json
@@ -35,6 +35,7 @@
35
"test:conformance:client:run": "npx tsx src/conformance/everything-client.ts",
36
"test:conformance:server": "scripts/run-server-conformance.sh",
37
"test:conformance:server:all": "scripts/run-server-conformance.sh --suite all",
38
+ "test:conformance:server:run": "npx tsx src/conformance/everything-server.ts",
39
"test:conformance:all": "pnpm run test:conformance:client:all && pnpm run test:conformance:server:all"
40
},
41
"devDependencies": {
src/conformance/README.md
@@ -45,7 +45,7 @@ Then run tests as above.
45
46
Start the server manually:
47
```bash
48
-npx tsx src/conformance/everything-server.ts
+pnpm run test:conformance:server:run
49
```
50
51
In another terminal, run specific tests:
0 commit comments