]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
test: todo
authorEvan You <yyx990803@gmail.com>
Sun, 1 Sep 2019 02:18:21 +0000 (22:18 -0400)
committerEvan You <yyx990803@gmail.com>
Sun, 1 Sep 2019 02:18:21 +0000 (22:18 -0400)
packages/runtime-core/__tests__/directives.spec.ts [new file with mode: 0644]

diff --git a/packages/runtime-core/__tests__/directives.spec.ts b/packages/runtime-core/__tests__/directives.spec.ts
new file mode 100644 (file)
index 0000000..fdcc235
--- /dev/null
@@ -0,0 +1,3 @@
+describe('directives', () => {
+  test.todo('should work')
+})