Warp/test.project.json
EternityDev 4b568356c8 v1.0.8
2024-03-14 11:58:08 +07:00

30 lines
No EOL
569 B
JSON

{
"name": "warp-test",
"tree": {
"$className": "DataModel",
"ServerScriptService": {
"$className": "ServerScriptService",
"Test": {
"$path": "test"
}
},
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"Warp": {
"$path": "src"
}
},
"TestService": {
"$className": "TestService",
"$properties": {
"ExecuteWithStudioRun": true
},
"TestEZ": {
"$path": "TestEZ"
},
"run": {
"$path": "runTests.server.luau"
}
}
}
}