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 64f3758 commit 78eabd2Copy full SHA for 78eabd2
1 file changed
tests/services/HealthService.spec.ts
@@ -21,7 +21,7 @@ describe("HealthService", function () {
21
});
22
23
describe("check()", function () {
24
- test("Should send a healt check request", async function () {
+ test("Should send a health check request", async function () {
25
fetchMock.on({
26
method: "GET",
27
url: service.client.buildURL("/api/health") + "?q1=123",
0 commit comments