luau-promise/test.project.json
Reselim 49deee5d51
Fix default.project.json to allow usage as submodule (#29)
* Fix default.project.json to allow usage as submodule

* Rename lua-promise to just promise

* Change promise to Promise
2021-03-19 18:50:11 -04:00

24 lines
No EOL
400 B
JSON

{
"name": "Promise-test",
"tree": {
"$className": "DataModel",
"ServerScriptService": {
"$className": "ServerScriptService",
"Lib": {
"$path": "lib"
}
},
"TestService": {
"$className": "TestService",
"$properties": {
"ExecuteWithStudioRun": true
},
"TestEZ": {
"$path": "modules/testez/src"
},
"run": {
"$path": "runTests.server.lua"
}
}
}
}