This website works better with JavaScript
Home
Explore
Help
Register
Sign In
vuejs
/
core
mirror of
https://github.com/vuejs/core.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
test: todo
Evan You
6 years ago
parent
9b428c6d83
commit
94e72481b8
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
packages/runtime-core/__tests__/directives.spec.ts
+ 3
- 0
packages/runtime-core/__tests__/directives.spec.ts
View File
@@ -0,0 +1,3 @@
+describe('directives', () => {
+ test.todo('should work')
+})