File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
"rules": {
3
3
"testing-library/await-async-query": "off", // Cypress chains don't use promises
4
4
"testing-library/prefer-screen-queries": "off", // screen queries don't make sense in the context of Cypress Testing Library
5
+ "testing-library/prefer-explicit-assert": "off", // we're lazy
5
6
6
7
// No Jest here
7
8
"jest/valid-expect": "off",
Original file line number Diff line number Diff line change 40
40
"author" :
" Kent C. Dodds <[email protected] > (https://kentcdodds.com)" ,
41
41
"license" : " MIT" ,
42
42
"dependencies" : {
43
- "@babel/runtime" : " ^7.12.5 " ,
44
- "@testing-library/dom" : " ^7.29.6 "
43
+ "@babel/runtime" : " ^7.14.6 " ,
44
+ "@testing-library/dom" : " ^8.1.0 "
45
45
},
46
46
"devDependencies" : {
47
47
"cypress" : " ^8.0.0" ,
48
- "kcd-scripts" : " ^7.5.1 " ,
48
+ "kcd-scripts" : " ^11.2.0 " ,
49
49
"npm-run-all" : " ^4.1.5" ,
50
- "typescript" : " ^4.1.2 "
50
+ "typescript" : " ^4.3.5 "
51
51
},
52
52
"peerDependencies" : {
53
53
"cypress" : " ^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
You can’t perform that action at this time.
0 commit comments