We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54487c commit 037bb3fCopy full SHA for 037bb3f
tests/unit/counter.spec.js
@@ -130,10 +130,10 @@ describe("[ Counter.vue ]", () => {
130
animation: "default 200 600",
131
}).findComponent(Counter);
132
expect(counterWrapper.vm.currentValue).to.equal(0);
133
- // expect(counterWrapper.element.textContent).to.equal("0");
+ expect(counterWrapper.element.textContent).to.equal("0");
134
setTimeout(() => {
135
136
137
done();
138
}, 500);
139
});
0 commit comments