pull/4133/head
Conduitry 6 years ago
parent aa04e3b434
commit f2ca1ca7d9

@ -28,7 +28,7 @@ describe("validate", () => {
dev: config.dev, dev: config.dev,
legacy: config.legacy, legacy: config.legacy,
generate: false, generate: false,
customElement : config.customElement || false customElement: config.customElement
}); });
assert.deepEqual(warnings.map(w => ({ assert.deepEqual(warnings.map(w => ({

@ -1,15 +1,15 @@
[{ [{
"code": "missing-custom-element-compile-options", "code": "missing-custom-element-compile-options",
"message": "The 'tag' option is used when generating a custom element. Did you forget the 'customElement: true' compile option?", "message": "The 'tag' option is used when generating a custom element. Did you forget the 'customElement: true' compile option?",
"start": { "start": {
"line": 1, "line": 1,
"column": 16, "column": 16,
"character": 16 "character": 16
}, },
"end": { "end": {
"line": 1, "line": 1,
"column": 36, "column": 36,
"character": 36 "character": 36
}, },
"pos": 16 "pos": 16
}] }]

Loading…
Cancel
Save