mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-25 15:16:07 +00:00
Recreate test place, just running in Studio
This commit is contained in:
28
plugin/test-place.project.json
Normal file
28
plugin/test-place.project.json
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"name": "Rojo Test Place",
|
||||||
|
"tree": {
|
||||||
|
"$className": "DataModel",
|
||||||
|
|
||||||
|
"ReplicatedStorage": {
|
||||||
|
"Rojo": {
|
||||||
|
"$path": "default.project.json"
|
||||||
|
},
|
||||||
|
|
||||||
|
"TestEZ": {
|
||||||
|
"$path": "modules/testez/lib"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
"ServerScriptService": {
|
||||||
|
"RunTests": {
|
||||||
|
"$path": "testBootstrap.server.lua"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
"StarterPlayer": {
|
||||||
|
"$properties": {
|
||||||
|
"CharacterAutoLoads": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "TestEZ",
|
|
||||||
"tree": {
|
|
||||||
"$path": "modules/testez/lib"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user