Skip to content

Commit 7c0ee7f

Browse files
committed
test(rules): add missing slash
1 parent 81038d3 commit 7c0ee7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ionButtonAttributesRenamed.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe(ruleName, () => {
88
it('should work with proper style', () => {
99
let source = `
1010
@Component({
11-
template: \`<ion-button slot="start"><ion-button>\`
11+
template: \`<ion-button slot="start"></ion-button>\`
1212
})
1313
class Bar{}
1414
`;

0 commit comments

Comments
 (0)