We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5439b0 commit 8669c76Copy full SHA for 8669c76
test/runtime/samples/reactive-value-coerce/_config.js
@@ -3,7 +3,7 @@ export default {
3
4
test: ({ assert, component, target }) => {
5
component.a.b[0] = 2;
6
- component.a = component.a;
+ component.a = component.a; // eslint-disable-line no-self-assign
7
8
assert.htmlEqual(target.innerHTML, `2-2`);
9
}
0 commit comments