diff --git a/packages/chameleon-linter/test/template/linter/cases/pass/component-is-pass.js b/packages/chameleon-linter/test/template/linter/cases/pass/component-is-pass.js new file mode 100644 index 0000000000000000000000000000000000000000..f0af707b51757ec4d892cfcf98a40416e9434199 --- /dev/null +++ b/packages/chameleon-linter/test/template/linter/cases/pass/component-is-pass.js @@ -0,0 +1,19 @@ +module.exports = [{ + desc: 'should pass component is attribute check', + input: { + part: { + line: 0, + rawContent: ["'].join('\n'), + params: { + lang: '' + } + }, + jsonAst: {} + }, + output: { + start: 0, + messages: [] + } +}];