test: fix temp tests
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// reference: https://vue-composition-api-rfc.netlify.com/api.html#provide-inject
|
||||
|
||||
describe('api: provide/inject', () => {})
|
||||
describe('api: provide/inject', () => {
|
||||
test.todo('should work')
|
||||
})
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// reference: https://vue-composition-api-rfc.netlify.com/api.html#lifecycle-hooks
|
||||
|
||||
describe('api: lifecycle hooks', () => {})
|
||||
describe('api: lifecycle hooks', () => {
|
||||
test.todo('should work')
|
||||
})
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// reference: https://vue-composition-api-rfc.netlify.com/api.html#setup
|
||||
|
||||
describe('api: setup context', () => {})
|
||||
describe('api: setup context', () => {
|
||||
test.todo('should work')
|
||||
})
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// reference: https://vue-composition-api-rfc.netlify.com/api.html#template-refs
|
||||
|
||||
describe('api: template refs', () => {})
|
||||
describe('api: template refs', () => {
|
||||
test.todo('should work')
|
||||
})
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// reference: https://vue-composition-api-rfc.netlify.com/api.html#watch
|
||||
|
||||
describe('api: watch', () => {})
|
||||
describe('api: watch', () => {
|
||||
test.todo('should work')
|
||||
})
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
describe('vdom: h', () => {
|
||||
test.todo('should work')
|
||||
})
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
// TODO
|
||||
describe('vdom: component', () => {
|
||||
test.todo('should work')
|
||||
})
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
// TODO
|
||||
describe('vdom: optimized mode', () => {
|
||||
test.todo('should work')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user