File tree Expand file tree Collapse file tree 3 files changed +457
-320
lines changed
src/__tests__/__snapshots__ Expand file tree Collapse file tree 3 files changed +457
-320
lines changed Original file line number Diff line number Diff line change 114
114
"@types/prettier" : " ^2.0.0" ,
115
115
"@typescript-eslint/eslint-plugin" : " ^5.0.0" ,
116
116
"@typescript-eslint/parser" : " ^5.0.0" ,
117
- "babel-jest" : " ^28 .0.0" ,
117
+ "babel-jest" : " ^29 .0.0" ,
118
118
"babel-plugin-replace-ts-export-assignment" : " ^0.0.2" ,
119
119
"dedent" : " ^0.7.0" ,
120
120
"eslint" : " ^6.0.0 || ^7.0.0 || ^8.0.0" ,
128
128
"eslint-remote-tester-repositories" : " ~0.0.5" ,
129
129
"husky" : " ^8.0.1" ,
130
130
"is-ci" : " ^3.0.0" ,
131
- "jest" : " ^28 .0.0" ,
132
- "jest-runner-eslint" : " ^1.0 .0" ,
131
+ "jest" : " ^29 .0.0" ,
132
+ "jest-runner-eslint" : " ^1.1 .0" ,
133
133
"lint-staged" : " ^13.0.3" ,
134
134
"pinst" : " ^3.0.0" ,
135
135
"prettier" : " ^2.0.5" ,
Original file line number Diff line number Diff line change 1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports [` rules should export configs that refer to actual rules 1` ] = `
4
- Object {
5
- " all" : Object {
6
- " env" : Object {
4
+ {
5
+ " all" : {
6
+ " env" : {
7
7
" jest/globals" : true ,
8
8
},
9
- " plugins" : Array [
9
+ " plugins" : [
10
10
" jest" ,
11
11
],
12
- " rules" : Object {
12
+ " rules" : {
13
13
" jest/consistent-test-it" : " error" ,
14
14
" jest/expect-expect" : " error" ,
15
15
" jest/max-expects" : " error" ,
@@ -61,14 +61,14 @@ Object {
61
61
" jest/valid-title" : " error" ,
62
62
},
63
63
},
64
- " recommended" : Object {
65
- " env" : Object {
64
+ " recommended" : {
65
+ " env" : {
66
66
" jest/globals" : true ,
67
67
},
68
- " plugins" : Array [
68
+ " plugins" : [
69
69
" jest" ,
70
70
],
71
- " rules" : Object {
71
+ " rules" : {
72
72
" jest/expect-expect" : " warn" ,
73
73
" jest/no-commented-out-tests" : " warn" ,
74
74
" jest/no-conditional-expect" : " error" ,
@@ -90,11 +90,11 @@ Object {
90
90
" jest/valid-title" : " error" ,
91
91
},
92
92
},
93
- " style" : Object {
94
- " plugins" : Array [
93
+ " style" : {
94
+ " plugins" : [
95
95
" jest" ,
96
96
],
97
- " rules" : Object {
97
+ " rules" : {
98
98
" jest/no-alias-methods" : " warn" ,
99
99
" jest/prefer-to-be" : " error" ,
100
100
" jest/prefer-to-contain" : " error" ,
You can’t perform that action at this time.
0 commit comments