mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 22:56:02 +00:00
Add small config test
This commit is contained in:
7
plugin/src/Config.spec.lua
Normal file
7
plugin/src/Config.spec.lua
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
return function()
|
||||||
|
local Config = require(script.Parent.Config)
|
||||||
|
|
||||||
|
it("should have 'dev' disabled", function()
|
||||||
|
expect(Config.dev).to.equal(false)
|
||||||
|
end)
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user