Skip to content

Commit 320d940

Browse files
author
Kent C. Dodds
committed
chore: update all deps
1 parent d719edd commit 320d940

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343
"typings"
4444
],
4545
"dependencies": {
46-
"@babel/runtime": "^7.4.5",
46+
"@babel/runtime": "^7.5.5",
4747
"@sheerun/mutationobserver-shim": "^0.3.2",
4848
"aria-query": "3.0.0",
4949
"pretty-format": "^24.8.0",
5050
"wait-for-expect": "^1.2.0"
5151
},
5252
"devDependencies": {
5353
"@testing-library/jest-dom": "^4.0.0",
54-
"dtslint": "^0.8.0",
54+
"dtslint": "^0.9.0",
5555
"jest-in-case": "^1.0.2",
5656
"jest-serializer-ansi": "^1.0.3",
5757
"jest-watch-select-projects": "^0.1.1",

src/__tests__/fake-timers.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ const {
3131

3232
test('waitForElementToBeRemoved: times out after 4500ms by default', () => {
3333
const {container} = render(`<div></div>`)
34+
// there's a bug with this rule here...
35+
// eslint-disable-next-line jest/valid-expect
3436
const promise = expect(
3537
waitForElementToBeRemoved(() => container),
3638
).rejects.toThrowErrorMatchingInlineSnapshot(

0 commit comments

Comments
 (0)