Recreate test place, just running in Studio

This commit is contained in:
Lucien Greathouse
2020-06-20 21:51:26 -07:00
parent 0c41e9c10b
commit 95648361be
2 changed files with 28 additions and 6 deletions

View 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
}
}
}
}

View File

@@ -1,6 +0,0 @@
{
"name": "TestEZ",
"tree": {
"$path": "modules/testez/lib"
}
}