test: fix ci warnings (#33160)

This commit is contained in:
afc163
2021-12-04 17:06:36 +08:00
committed by GitHub
parent b9a381e51d
commit b34f72b1b6
47 changed files with 478 additions and 299 deletions

1
typings/jest.d.ts vendored
View File

@@ -1,6 +1,5 @@
declare namespace jest {
interface Matchers<R> {
toMatchRenderedSnapshot(): R;
toHaveNoViolations(): R;
}
}