Browse Source

Removing test case.

master
mike12345567 5 years ago
parent
commit
5567ca49c4
  1. 4
      packages/server/src/api/routes/public/tests/compare.spec.js

4
packages/server/src/api/routes/public/tests/compare.spec.js

@ -180,9 +180,5 @@ describe("check the queries endpoints", () => {
const res = await makeRequest("post", "/queries/search")
expect(res).toSatisfyApiSpec()
})
it("should allow executing a query", async () => {
})
})

Loading…
Cancel
Save