From c653ef583e660b5a20208231b0639c393a7f564f Mon Sep 17 00:00:00 2001 From: Sri Krishna Paritala Date: Tue, 3 Sep 2024 14:32:55 +0530 Subject: [PATCH] Fix config Signed-off-by: Sri Krishna Paritala --- packages/connect-node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/connect-node/package.json b/packages/connect-node/package.json index abf113ecf..7307cb860 100644 --- a/packages/connect-node/package.json +++ b/packages/connect-node/package.json @@ -14,7 +14,7 @@ "build:esm": "tsc --project tsconfig.build.json --outDir ./dist/esm --declaration --declarationDir ./dist/esm", "test": "jasmine --config=jasmine.json", "conformance:server": "tsc --noEmit && connectconformance --mode server --conf ./conformance/conformance-node.yaml -v -- tsx ./conformance/server.ts", - "conformance:client": "tsc --noEmit && connectconformance --mode client --run 'gRPC Unexpected Responses/HTTPVersion:2/TLS:false/unexpected-content-type' --trace --conf ./conformance/conformance-node.yaml -v -- tsx ./conformance/client.ts", + "conformance:client": "tsc --noEmit && connectconformance --mode client --conf ./conformance/conformance-node.yaml -v -- tsx ./conformance/client.ts", "format": "prettier --write --ignore-unknown '.' '!dist'", "license-header": "license-header", "lint": "eslint --max-warnings 0 .",