From: Evan You Date: Sun, 1 Sep 2019 02:18:21 +0000 (-0400) Subject: test: todo X-Git-Tag: v3.0.0-alpha.0~853 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94e72481b895b109c616e520c63c494d269388ec;p=thirdparty%2Fvuejs%2Fcore.git test: todo --- diff --git a/packages/runtime-core/__tests__/directives.spec.ts b/packages/runtime-core/__tests__/directives.spec.ts new file mode 100644 index 0000000000..fdcc2350ef --- /dev/null +++ b/packages/runtime-core/__tests__/directives.spec.ts @@ -0,0 +1,3 @@ +describe('directives', () => { + test.todo('should work') +})