mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 15:50:01 +00:00
parent
7c394f4d61
commit
344c9759aa
3 changed files with 16 additions and 1 deletions
|
@ -7,6 +7,18 @@
|
|||
"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
3
runTests.server.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
require(script.Parent.TestEZ).TestBootstrap:run({
|
||||
game.ServerScriptService.Lib
|
||||
})
|
Loading…
Reference in a new issue