mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
Add rough tests to ensure broken projects stay broken
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "meta_files_bad",
|
||||
"name": "bad_json_model",
|
||||
"tree": {
|
||||
"$path": "src"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "bad_meta_rbxmx_properties",
|
||||
"tree": {
|
||||
"$path": "src"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "missing-files",
|
||||
"name": "bad_missing_files",
|
||||
"tree": {
|
||||
"$path": "does-not-exist"
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "malformed-stuff",
|
||||
"tree": {
|
||||
"$path": "src"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user