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); }); - });