Skip to content

Commit 7400eb7

Browse files
committed
test: tests for 200 / 400 response codes (#4630)
Signed-off-by: Mariusz Jasuwienas <[email protected]>
1 parent 9a157ad commit 7400eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/tests/acceptance/responseCodes.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ interface JsonRpcResponse<T = unknown> {
1919
error?: JsonRpcError;
2020
}
2121

22-
describe.only('@json-rpc HTTP/JSON-RPC semantics acceptance tests', function () {
22+
describe('@json-rpc HTTP/JSON-RPC semantics acceptance tests', function () {
2323
this.timeout(60000);
2424

2525
const baseURL = RELAY_URL;

0 commit comments

Comments
 (0)