feat: error handling for setup / render / watch / event handlers
This commit is contained in:
17
packages/runtime-core/__tests__/errorHandling.spec.ts
Normal file
17
packages/runtime-core/__tests__/errorHandling.spec.ts
Normal 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')
|
||||
})
|
||||
Reference in New Issue
Block a user