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 a428621 commit 7a564a8Copy full SHA for 7a564a8
1 file changed
tests/mods.test.lua
@@ -21,6 +21,6 @@ describe("mods", function()
21
assert.has_error(function()
22
---@diagnostic disable-next-line: undefined-field
23
return mods.not_a_real_module
24
- end, 'unknown mods module "not_a_real_module"')
+ end)
25
end)
26
0 commit comments