From f2c920d782d9e9a3279ffb158fc2cff2d65c9956 Mon Sep 17 00:00:00 2001 From: prakhyatox Date: Mon, 9 Oct 2023 10:40:45 +0100 Subject: [PATCH] blank commit --- tests/unit/App.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/App.spec.js b/tests/unit/App.spec.js index c991ab3ecb..a85b5e9c7d 100644 --- a/tests/unit/App.spec.js +++ b/tests/unit/App.spec.js @@ -33,5 +33,4 @@ describe("App.vue", () => { wrapper.vm.loading = false expect(wrapper.vm.$options.name).toMatch(title); }); - });