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 ca8f9f8 commit fe159bcCopy full SHA for fe159bc
packages/server/tests/integration/server.spec.ts
@@ -39,7 +39,7 @@ import { Utils } from '../helpers/utils';
39
40
const MISSING_PARAM_ERROR = 'Missing value for required parameter';
41
42
-describe.only('RPC Server', function () {
+describe('RPC Server', function () {
43
let testServer: Server;
44
let testClient: AxiosInstance;
45
let populatePreconfiguredSpendingPlansSpy: sinon.SinonSpy;
0 commit comments