mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30:03 +00:00
* Fix export * Initial commit * Uncomment cases * Rename case * Add tests for wildcards * Support wildcards in records * Add tests for relation data * Add shorthands * Change casing of exports * Change function signatures * Improve inlining of ECS_PAIR * Delete whitespace * Create root archetype * Add back tests * Fix tests
41 lines
No EOL
865 B
JSON
41 lines
No EOL
865 B
JSON
{
|
|
"name": "jecs-test",
|
|
"tree": {
|
|
"$className": "DataModel",
|
|
"StarterPlayer": {
|
|
"$className": "StarterPlayer",
|
|
"StarterPlayerScripts": {
|
|
"$className": "StarterPlayerScripts",
|
|
"$path": "tests"
|
|
}
|
|
},
|
|
"ReplicatedStorage": {
|
|
"$className": "ReplicatedStorage",
|
|
"Lib": {
|
|
"$path": "lib"
|
|
},
|
|
"rgb": {
|
|
"$path": "rgb.lua"
|
|
},
|
|
"benches": {
|
|
"$path": "benches"
|
|
},
|
|
"mirror": {
|
|
"$path": "mirror"
|
|
},
|
|
"DevPackages": {
|
|
"$path": "DevPackages"
|
|
}
|
|
},
|
|
"TestService": {
|
|
"$properties": {
|
|
"ExecuteWithStudioRun": true
|
|
},
|
|
"$className": "TestService",
|
|
"run": {
|
|
"$path": "tests.server.lua"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|