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 8829883 commit 1db11aeCopy full SHA for 1db11ae
tests/unit/handlers/verifyCommand.test.ts
@@ -58,7 +58,7 @@ describe("verifyCommand", () => {
58
expect(resultData.data.content).toEqual(message);
59
});
60
61
- test("should return message with verification site url when dev is true", async () => {
+ test("should return message with main site url for verification when dev is true", async () => {
62
jest.spyOn(global, "fetch").mockResolvedValueOnce({
63
ok: true,
64
status: 200,
0 commit comments