Add rough tests to ensure broken projects stay broken

This commit is contained in:
Lucien Greathouse
2019-07-02 16:09:49 -07:00
parent ce09e57315
commit 2a0efe70a5
8 changed files with 53 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "meta_files_bad",
"name": "bad_json_model",
"tree": {
"$path": "src"
}

View File

@@ -0,0 +1,6 @@
{
"name": "bad_meta_rbxmx_properties",
"tree": {
"$path": "src"
}
}

View File

@@ -1,5 +1,5 @@
{
"name": "missing-files",
"name": "bad_missing_files",
"tree": {
"$path": "does-not-exist"
}

View File

@@ -1,6 +0,0 @@
{
"name": "malformed-stuff",
"tree": {
"$path": "src"
}
}