We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8e245 commit ac37d36Copy full SHA for ac37d36
packages/server/tests/acceptance/responseCodes.spec.ts
@@ -7,7 +7,7 @@ import { expect } from 'chai';
7
import { RELAY_URL } from './data/conformity/utils/constants';
8
import { JsonRpcResponse } from './data/conformity/utils/interfaces';
9
10
-describe.only('@json-rpc HTTP/JSON-RPC semantics acceptance tests', function () {
+describe('@json-rpc HTTP/JSON-RPC semantics acceptance tests', function () {
11
this.timeout(60000);
12
13
const baseURL = RELAY_URL;
0 commit comments