Add build tests for init.meta.json

This commit is contained in:
Lucien Greathouse
2019-10-12 23:54:39 -07:00
parent 2c408f4047
commit 126040a87b
7 changed files with 53 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
{
"name": "init_meta_class_name",
"tree": {
"$path": "should-be-a-model"
}
}

View File

@@ -0,0 +1,3 @@
{
"className": "Model"
}