registration: QUnitTestModule should support packageFiles and templates

Change-Id: I1a66939d2b596094b419de40b370e79f09c85581
This commit is contained in:
jdlrobson 2019-10-03 15:19:12 -07:00 committed by Krinkle
parent b69b261aa4
commit e97f2943f2

View file

@ -454,6 +454,13 @@
"type": "string"
}
},
"packageFiles": {
"type": ["array"],
"description": "Scripts to include (array of file paths)",
"items": {
"type": "string"
}
},
"dependencies": {
"type": ["string", "array"],
"description": "Modules which must be loaded before this module",
@ -468,6 +475,13 @@
"type": "string"
}
},
"templates": {
"type": ["object"],
"description": "templates to load",
"items": {
"type": "string"
}
},
"messages": {
"type": ["string", "array"],
"description": "Messages to load",