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 0816720 commit cd02eb5Copy full SHA for cd02eb5
test/components/MissingFilesSelector.nuxt.test.js
@@ -65,6 +65,7 @@ describe("MissingFilesSelector.vue", async () => {
65
})
66
await v_btn.trigger("click")
67
await flushPromises()
68
+ console.log("wrapper.emitted()", wrapper.emitted())
69
expect(wrapper.emitted()).toHaveProperty("update_values")
70
expect(wrapper.emitted().update_values).toHaveLength(1)
71
expect(wrapper.emitted().update_values[0][0]).toEqual({
0 commit comments