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 ecadf6c commit 3233608Copy full SHA for 3233608
test/register.test.ts
@@ -55,7 +55,7 @@ describe("register", () => {
55
expect(spy).toHaveBeenCalledTimes(1)
56
})
57
58
- it("should log an error if something goes work", () => {
+ it("should log an error if something doesn't work", () => {
59
const message = "Can't find browser"
60
const path = "/hello"
61
const mockOptions = {
0 commit comments