Warp/test.project.json

30 lines
569 B
JSON
Raw Normal View History

2024-03-14 04:58:08 +00:00
{
"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"
}
}
}
}