6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
// reference: https://vue-composition-api-rfc.netlify.com/api.html#setup
|
|
|
|
describe('api: setup context', () => {
|
|
test.todo('should work')
|
|
})
|