mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 07:00:03 +00:00
30 lines
569 B
JSON
30 lines
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"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|