- You did it!
-
- Visit vuejs.org to read the
- documentation
-
+
+
+
diff --git a/src/__tests__/App.spec.ts b/src/__tests__/App.spec.ts
index 5b17801..b5234e5 100644
--- a/src/__tests__/App.spec.ts
+++ b/src/__tests__/App.spec.ts
@@ -4,8 +4,8 @@ import { mount } from '@vue/test-utils'
import App from '../App.vue'
describe('App', () => {
- it('mounts renders properly', () => {
- const wrapper = mount(App)
- expect(wrapper.text()).toContain('You did it!')
- })
+ it('mounts renders properly', () => {
+ const wrapper = mount(App)
+ expect(wrapper.text()).toContain('You did it!')
+ })
})
diff --git a/src/components/AppFooter.vue b/src/components/AppFooter.vue
new file mode 100644
index 0000000..a5cd536
--- /dev/null
+++ b/src/components/AppFooter.vue
@@ -0,0 +1,11 @@
+
+
+