test(ivy): correct attribute marker in broken test (#27919)
Test incorrectly marks the attribute as a 'Class', when it should be 'SelectOnly' PR Close #27919
This commit is contained in:
parent
1b0b36d143
commit
51a0bd2e75
|
@ -173,7 +173,7 @@ describe('r3_view_compiler', () => {
|
|||
};
|
||||
|
||||
const template = `
|
||||
const _c0 = [1, "mySelector"];
|
||||
const _c0 = [3, "mySelector"];
|
||||
// ...
|
||||
template: function MyApp_Template(rf, ctx) {
|
||||
if (rf & 1) {
|
||||
|
|
Loading…
Reference in New Issue