From 344c9759aa3f94890d088d297157a8c0e87ef6a7 Mon Sep 17 00:00:00 2001 From: Eryn Lynn Date: Mon, 4 May 2020 22:07:55 -0400 Subject: [PATCH] Update testez Closes #1 --- default.project.json | 12 ++++++++++++ modules/testez | 2 +- runTests.server.lua | 3 +++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 runTests.server.lua diff --git a/default.project.json b/default.project.json index fb4fad6..f810525 100644 --- a/default.project.json +++ b/default.project.json @@ -7,6 +7,18 @@ "Lib": { "$path": "lib" } + }, + "TestService": { + "$className": "TestService", + "$properties": { + "ExecuteWithStudioRun": true + }, + "TestEZ": { + "$path": "modules/testez/src" + }, + "run": { + "$path": "runTests.server.lua" + } } } } \ No newline at end of file diff --git a/modules/testez b/modules/testez index 3c42175..dc2f2fa 160000 --- a/modules/testez +++ b/modules/testez @@ -1 +1 @@ -Subproject commit 3c42175897f7133d10fdc269c040df98a55906d6 +Subproject commit dc2f2fa1e1f3c2aa9c0d7d92e78d6530c682fac9 diff --git a/runTests.server.lua b/runTests.server.lua new file mode 100644 index 0000000..28aa3da --- /dev/null +++ b/runTests.server.lua @@ -0,0 +1,3 @@ +require(script.Parent.TestEZ).TestBootstrap:run({ + game.ServerScriptService.Lib +}) \ No newline at end of file