Update testez

Closes #1
This commit is contained in:
Eryn Lynn 2020-05-04 22:07:55 -04:00
parent 7c394f4d61
commit 344c9759aa
3 changed files with 16 additions and 1 deletions

View file

@ -7,6 +7,18 @@
"Lib": { "Lib": {
"$path": "lib" "$path": "lib"
} }
},
"TestService": {
"$className": "TestService",
"$properties": {
"ExecuteWithStudioRun": true
},
"TestEZ": {
"$path": "modules/testez/src"
},
"run": {
"$path": "runTests.server.lua"
}
} }
} }
} }

@ -1 +1 @@
Subproject commit 3c42175897f7133d10fdc269c040df98a55906d6 Subproject commit dc2f2fa1e1f3c2aa9c0d7d92e78d6530c682fac9

3
runTests.server.lua Normal file
View file

@ -0,0 +1,3 @@
require(script.Parent.TestEZ).TestBootstrap:run({
game.ServerScriptService.Lib
})