feat: error handling for setup / render / watch / event handlers

This commit is contained in:
Evan You
2019-08-30 15:05:39 -04:00
parent 1d55b368e8
commit 966d7b5487
11 changed files with 219 additions and 72 deletions

View File

@@ -0,0 +1,17 @@
describe('error handling', () => {
test.todo('in lifecycle hooks')
test.todo('in onErrorCaptured')
test.todo('in setup function')
test.todo('in render function')
test.todo('in watch (simple usage)')
test.todo('in watch (with source)')
test.todo('in native event handler')
test.todo('in component event handler')
})