From 95648361be0d1043ac27d16f79b96da05937712f Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Sat, 20 Jun 2020 21:51:26 -0700 Subject: [PATCH] Recreate test place, just running in Studio --- plugin/test-place.project.json | 28 ++++++++++++++++++++++++++++ plugin/testez.project.json | 6 ------ 2 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 plugin/test-place.project.json delete mode 100644 plugin/testez.project.json 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