mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 14:15:24 +00:00
Make tests compatible with TestEZ, provide 'runTests' script
This commit is contained in:
@@ -51,6 +51,6 @@ files["**/*.server.lua"] = {
|
|||||||
std = "+plugin",
|
std = "+plugin",
|
||||||
}
|
}
|
||||||
|
|
||||||
files["**/*-spec.lua"] = {
|
files["**/*.spec.lua"] = {
|
||||||
std = "+testez",
|
std = "+testez",
|
||||||
}
|
}
|
||||||
4
plugin/src/runTests.lua
Normal file
4
plugin/src/runTests.lua
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
return function()
|
||||||
|
local TestEZ = require(script.Parent.Parent.TestEZ)
|
||||||
|
TestEZ.TestBootstrap:run(script.Parent)
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user