File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 35
35
" dist"
36
36
],
37
37
"dependencies" : {
38
- "@babel/runtime" : " ^7.9.2 " ,
39
- "@types/testing-library__dom" : " ^7.0.0 " ,
38
+ "@babel/runtime" : " ^7.9.6 " ,
39
+ "@types/testing-library__dom" : " ^7.0.2 " ,
40
40
"aria-query" : " ^4.0.2" ,
41
- "dom-accessibility-api" : " ^0.4.2 " ,
42
- "pretty-format" : " ^25.1.0 "
41
+ "dom-accessibility-api" : " ^0.4.3 " ,
42
+ "pretty-format" : " ^26.0.1 "
43
43
},
44
44
"devDependencies" : {
45
- "@testing-library/jest-dom" : " ^5.1.1 " ,
45
+ "@testing-library/jest-dom" : " ^5.5.0 " ,
46
46
"jest-in-case" : " ^1.0.2" ,
47
47
"jest-serializer-ansi" : " ^1.0.3" ,
48
48
"jest-watch-select-projects" : " ^2.0.0" ,
49
- "jsdom" : " ^16.2.1 " ,
50
- "kcd-scripts" : " ^5.6.0 "
49
+ "jsdom" : " ^16.2.2 " ,
50
+ "kcd-scripts" : " ^5.11.1 "
51
51
},
52
52
"eslintConfig" : {
53
53
"extends" : " ./node_modules/kcd-scripts/eslint.js" ,
Original file line number Diff line number Diff line change 1
- import { render } from './helpers/test-utils'
2
1
import { queryByAttribute } from '..'
2
+ import { render } from './helpers/test-utils'
3
3
4
4
// we used to use queryByAttribute internally, but we don't anymore. Some people
5
5
// use it as an undocumented part of the API, so we'll keep it around.
Original file line number Diff line number Diff line change 1
- import { renderIntoDocument } from './helpers/test-utils'
2
1
import { screen } from '..'
2
+ import { renderIntoDocument } from './helpers/test-utils'
3
3
4
4
beforeEach ( ( ) => {
5
5
jest . spyOn ( console , 'log' ) . mockImplementation ( ( ) => { } )
Original file line number Diff line number Diff line change 1
- import { renderIntoDocument } from './helpers/test-utils'
2
1
import { waitFor } from '../'
2
+ import { renderIntoDocument } from './helpers/test-utils'
3
3
4
4
test ( 'waits callback to not throw an error' , async ( ) => {
5
5
const spy = jest . fn ( )
You can’t perform that action at this time.
0 commit comments