mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 15:50:01 +00:00
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
This commit is contained in:
parent
ef38a178bf
commit
49deee5d51
2 changed files with 26 additions and 20 deletions
|
@ -1,24 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "lua-promise",
|
"name": "Promise",
|
||||||
"tree": {
|
"tree": {
|
||||||
"$className": "DataModel",
|
|
||||||
"ServerScriptService": {
|
|
||||||
"$className": "ServerScriptService",
|
|
||||||
"Lib": {
|
|
||||||
"$path": "lib"
|
"$path": "lib"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"TestService": {
|
|
||||||
"$className": "TestService",
|
|
||||||
"$properties": {
|
|
||||||
"ExecuteWithStudioRun": true
|
|
||||||
},
|
|
||||||
"TestEZ": {
|
|
||||||
"$path": "modules/testez/src"
|
|
||||||
},
|
|
||||||
"run": {
|
|
||||||
"$path": "runTests.server.lua"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
24
test.project.json
Normal file
24
test.project.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue