summaryrefslogtreecommitdiff
path: root/tests/unit/example.spec.ts
diff options
context:
space:
mode:
authorHelianthella <git@gumi.ca>2020-12-22 00:06:42 -0500
committerHelianthella <git@gumi.ca>2020-12-22 00:06:47 -0500
commitb90bbeab7c1435518224496821ff3449476c458d (patch)
treee543aefb386a69bbe4b5d9fc73ebfb4c73c9361f /tests/unit/example.spec.ts
parentf9c051e61da67b93ed3c9aba3d77bced80e1503e (diff)
downloadwebsite-b90bbeab7c1435518224496821ff3449476c458d.tar.gz
website-b90bbeab7c1435518224496821ff3449476c458d.tar.bz2
website-b90bbeab7c1435518224496821ff3449476c458d.tar.xz
website-b90bbeab7c1435518224496821ff3449476c458d.zip
upgrade to Vue 3, switch to yarn
implies a slight refactor
Diffstat (limited to 'tests/unit/example.spec.ts')
-rw-r--r--tests/unit/example.spec.ts16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/unit/example.spec.ts b/tests/unit/example.spec.ts
deleted file mode 100644
index 28899ab..0000000
--- a/tests/unit/example.spec.ts
+++ /dev/null
@@ -1,16 +0,0 @@
-import { expect } from "chai"
-import { shallowMount } from "@vue/test-utils"
-
-// TODO: add tests
-
-/*import HelloWorld from "@/components/HelloWorld.vue"
-
-describe("HelloWorld.vue", () => {
- it("renders props.msg when passed", () => {
- const msg = "new message"
- const wrapper = shallowMount(HelloWorld, {
- propsData: { msg }
- })
- expect(wrapper.text()).to.include(msg)
- })
-})*/