mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
38 lines
No EOL
808 B
JSON
38 lines
No EOL
808 B
JSON
{
|
|
"name": "jecs-test",
|
|
"tree": {
|
|
"$className": "DataModel",
|
|
"StarterPlayer": {
|
|
"$className": "StarterPlayer",
|
|
"StarterPlayerScripts": {
|
|
"$className": "StarterPlayerScripts",
|
|
"$path": "tests"
|
|
}
|
|
},
|
|
"ReplicatedStorage": {
|
|
"$className": "ReplicatedStorage",
|
|
"DevPackages": {
|
|
"$path": "DevPackages"
|
|
},
|
|
"Lib": {
|
|
"$path": "lib"
|
|
},
|
|
"rgb": {
|
|
"$path": "rgb.lua"
|
|
},
|
|
"benches": {
|
|
"$path": "benches"
|
|
}
|
|
},
|
|
"TestService": {
|
|
"$properties": {
|
|
"ExecuteWithStudioRun": true
|
|
},
|
|
"$className": "TestService",
|
|
"run": {
|
|
"$path": "tests.server.lua"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|