diff --git a/plugin/test-place.project.json b/plugin/test-place.project.json new file mode 100644 index 00000000..8e3a7b35 --- /dev/null +++ b/plugin/test-place.project.json @@ -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 + } + } + } +} \ No newline at end of file diff --git a/plugin/testez.project.json b/plugin/testez.project.json deleted file mode 100644 index 8b209162..00000000 --- a/plugin/testez.project.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "TestEZ", - "tree": { - "$path": "modules/testez/lib" - } -} \ No newline at end of file