build(deps-dev): bump @types/jest

This commit is contained in:
Evan You
2019-10-30 11:52:08 -04:00
parent f56a159ea5
commit 47d3356f31
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
declare global {
namespace jest {
interface Matchers<R> {
interface Matchers<R, T> {
toHaveBeenWarned(): R
toHaveBeenWarnedLast(): R
toHaveBeenWarnedTimes(n: number): R