chore(types): delete @ts-ignore or use @ts-expected-error instead (#3669)

Co-authored-by: heyunfei.i <heyunfei.i@bytedance.com>
This commit is contained in:
HeYunfei
2022-05-12 08:40:59 +08:00
committed by GitHub
parent cd395559ce
commit b5b103a736
8 changed files with 29 additions and 34 deletions

View File

@@ -1411,7 +1411,7 @@ describe('api: options', () => {
}
const root = nodeOps.createElement('div')
// @ts-ignore
// @ts-expect-error
render(h(Comp), root)
expect('Invalid watch option: "foo"').toHaveBeenWarned()