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 edfb0ad commit b8ba486Copy full SHA for b8ba486
lib/loggerMiddleware.spec.lua
@@ -26,8 +26,6 @@ return function()
26
type = "testActionType",
27
})
28
29
- print(outputMessage)
30
-
31
expect(outputCount).to.equal(1)
32
expect(outputMessage:find("testActionType")).to.be.ok()
33
expect(outputMessage:find("fooValue")).to.be.ok()
0 commit comments