We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a95f3a commit bf1481fCopy full SHA for bf1481f
test-demo/tests/unit/__snapshots__/Counter.spec.js.snap
@@ -1,5 +1,3 @@
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3
exports[`Counter.vue renders counter html 1`] = `<div><span>count: 0</span> <button>count++</button></div>`;
4
-
5
-exports[`Counter.vue renders props.msg when passed 1`] = `<div><span>count: 0</span> <button>count++</button></div>`;
0 commit comments