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 d55a0c8 commit f93b44eCopy full SHA for f93b44e
test/components/FileUploader.nuxt.test.js
@@ -56,6 +56,7 @@ describe("FileUploader.vue", async () => {
56
57
await v_btn.trigger("click")
58
await flushPromises()
59
+ console.log("TEST WRAPPER EMITTED", wrapper.emitted())
60
expect(wrapper.emitted().files_uploaded[0][0]).toEqual(files)
61
})
62
0 commit comments