Skip to content

Commit 9bce780

Browse files
SpliiTgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 6942321 commit 9bce780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/components/FeedBack/ErrorsBanner.nuxt.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const vuetify = createVuetify({
1313
})
1414

1515
describe("FeedBackErrorBanner.vue", async () => {
16-
test(`Test reload`, async () => {
16+
;(test(`Test reload`, async () => {
1717
const wrapper = mount(FeedBackErrorBanner, {
1818
global: {
1919
plugins: [createTestingPinia(), vuetify],
@@ -48,5 +48,5 @@ describe("FeedBackErrorBanner.vue", async () => {
4848
const v_btn = wrapper.findAll(".v-btn")
4949
await v_btn[1].trigger("click")
5050
expect(feedback_store.server_error).toBe(false)
51-
})
51+
}))
5252
})

0 commit comments

Comments
 (0)