1 | # [24.0.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.20.0...v24.0.0) (2020-09-04)
|
2 |
|
3 |
|
4 | ### Bug Fixes
|
5 |
|
6 | * **no-large-snapshots:** run on all files regardless of type ([#637](https://github.com/jest-community/eslint-plugin-jest/issues/637)) ([22113db](https://github.com/jest-community/eslint-plugin-jest/commit/22113db4cdc2dab42a8e7fdb236d23e7e089741d)), closes [#370](https://github.com/jest-community/eslint-plugin-jest/issues/370)
|
7 | * remove Jasmine globals ([#596](https://github.com/jest-community/eslint-plugin-jest/issues/596)) ([a0e2bc5](https://github.com/jest-community/eslint-plugin-jest/commit/a0e2bc526c5c22bcf4d60160242b55d03edb571d))
|
8 | * update to typescript-eslint@4 ([1755965](https://github.com/jest-community/eslint-plugin-jest/commit/175596582b3643f36363ff444f987fac08ee0f61)), closes [#590](https://github.com/jest-community/eslint-plugin-jest/issues/590)
|
9 |
|
10 |
|
11 | ### Code Refactoring
|
12 |
|
13 | * **no-test-callback:** rename rule to `no-done-callback` ([#653](https://github.com/jest-community/eslint-plugin-jest/issues/653)) ([e15a8d1](https://github.com/jest-community/eslint-plugin-jest/commit/e15a8d19234b267784f87fc7acd318dc4cfcdeae))
|
14 |
|
15 |
|
16 | ### Features
|
17 |
|
18 | * **no-done-callback:** support hooks ([#656](https://github.com/jest-community/eslint-plugin-jest/issues/656)) ([3e6cb44](https://github.com/jest-community/eslint-plugin-jest/commit/3e6cb442a20b9aea710d30f81bf2eb192d193823)), closes [#649](https://github.com/jest-community/eslint-plugin-jest/issues/649) [#651](https://github.com/jest-community/eslint-plugin-jest/issues/651)
|
19 | * add `no-conditional-expect` to the recommended ruleset ([40cd89d](https://github.com/jest-community/eslint-plugin-jest/commit/40cd89ddf1d6ebbde8ad455f333dda7b61878ffe))
|
20 | * add `no-deprecated-functions` to the recommended ruleset ([5b2af00](https://github.com/jest-community/eslint-plugin-jest/commit/5b2af001b50059e4e7b6ababe0355d664e039046))
|
21 | * add `no-interpolation-in-snapshots` to the recommended ruleset ([3705dff](https://github.com/jest-community/eslint-plugin-jest/commit/3705dff9d4f77d21013e263478d8a374d9325acb))
|
22 | * add `valid-title` to recommended ruleset ([41f7873](https://github.com/jest-community/eslint-plugin-jest/commit/41f7873f734e0122264ace42f6d99733e7e25089))
|
23 | * drop support for node 8 ([#570](https://github.com/jest-community/eslint-plugin-jest/issues/570)) ([6788e72](https://github.com/jest-community/eslint-plugin-jest/commit/6788e72d842751400a970e72b115360ad0b12d2e))
|
24 | * set `no-jasmine-globals` to `error` in recommended ruleset ([7080952](https://github.com/jest-community/eslint-plugin-jest/commit/7080952a6baaae7a02c78f60016ee21693121416))
|
25 | * **no-large-snapshots:** remove `whitelistedSnapshots` option ([8c1c0c9](https://github.com/jest-community/eslint-plugin-jest/commit/8c1c0c9a3e858757b38225ccb4a624e0621b5ca2))
|
26 |
|
27 |
|
28 | ### BREAKING CHANGES
|
29 |
|
30 | * **no-done-callback:** `no-done-callback` will now report hooks using callbacks as well, not just tests
|
31 | * **no-test-callback:** rename `no-test-callback` to `no-done-callback`
|
32 | * recommend `no-conditional-expect` rule
|
33 | * recommend `no-interpolation-in-snapshots` rule
|
34 | * recommend `no-deprecated-functions` rule
|
35 | * recommend `valid-title` rule
|
36 | * recommend erroring for `no-jasmine-globals` rule
|
37 | * **no-large-snapshots:** `no-large-snapshots` runs on all files regardless of type
|
38 | * Jasmine globals are no marked as such
|
39 | * Node 10+ required
|
40 |
|
41 | # [23.20.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.19.0...v23.20.0) (2020-07-30)
|
42 |
|
43 |
|
44 | ### Features
|
45 |
|
46 | * **no-large-snapshots:** deprecate `whitelistedSnapshots` for new name ([#632](https://github.com/jest-community/eslint-plugin-jest/issues/632)) ([706f5c2](https://github.com/jest-community/eslint-plugin-jest/commit/706f5c2bc54797f0f32178fab1d194d9a4309f70))
|
47 |
|
48 | # [23.19.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.18.2...v23.19.0) (2020-07-27)
|
49 |
|
50 |
|
51 | ### Features
|
52 |
|
53 | * create `no-interpolation-in-snapshots` rule ([#553](https://github.com/jest-community/eslint-plugin-jest/issues/553)) ([8d2c17c](https://github.com/jest-community/eslint-plugin-jest/commit/8d2c17c449841465630bea5269de677455ef9a8d))
|
54 |
|
55 | ## [23.18.2](https://github.com/jest-community/eslint-plugin-jest/compare/v23.18.1...v23.18.2) (2020-07-26)
|
56 |
|
57 |
|
58 | ### Bug Fixes
|
59 |
|
60 | * **no-if:** report conditionals in call expressions ([4cfcf08](https://github.com/jest-community/eslint-plugin-jest/commit/4cfcf080893fbe89689bd4b283bb2f3ad09b19ff)), closes [#557](https://github.com/jest-community/eslint-plugin-jest/issues/557)
|
61 |
|
62 | ## [23.18.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.18.0...v23.18.1) (2020-07-26)
|
63 |
|
64 |
|
65 | ### Bug Fixes
|
66 |
|
67 | * **no-large-snapshots:** actually compare allowed name strings to name ([#625](https://github.com/jest-community/eslint-plugin-jest/issues/625)) ([622a08c](https://github.com/jest-community/eslint-plugin-jest/commit/622a08c86a37aa9490af20b488bd23246b8be752))
|
68 |
|
69 | # [23.18.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.17.1...v23.18.0) (2020-07-05)
|
70 |
|
71 |
|
72 | ### Features
|
73 |
|
74 | * **valid-title:** support `mustMatch` & `mustNotMatch` options ([#608](https://github.com/jest-community/eslint-plugin-jest/issues/608)) ([4c7207e](https://github.com/jest-community/eslint-plugin-jest/commit/4c7207ebbb274f7b584225ad65ffb96a4328240e)), closes [#233](https://github.com/jest-community/eslint-plugin-jest/issues/233)
|
75 |
|
76 | ## [23.17.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.17.0...v23.17.1) (2020-06-23)
|
77 |
|
78 |
|
79 | ### Bug Fixes
|
80 |
|
81 | * **lowercase-name:** ignore all top level describes when option is true ([#614](https://github.com/jest-community/eslint-plugin-jest/issues/614)) ([624018a](https://github.com/jest-community/eslint-plugin-jest/commit/624018aa181e7c0ce87457a4f9c212c7891987a8)), closes [#613](https://github.com/jest-community/eslint-plugin-jest/issues/613)
|
82 |
|
83 | # [23.17.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.16.0...v23.17.0) (2020-06-23)
|
84 |
|
85 |
|
86 | ### Features
|
87 |
|
88 | * **lowercase-name:** support `ignoreTopLevelDescribe` option ([#611](https://github.com/jest-community/eslint-plugin-jest/issues/611)) ([36fdcc5](https://github.com/jest-community/eslint-plugin-jest/commit/36fdcc553ca40bc2ca2e9ca7e04f8e9e4a315274)), closes [#247](https://github.com/jest-community/eslint-plugin-jest/issues/247)
|
89 |
|
90 | # [23.16.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.15.0...v23.16.0) (2020-06-21)
|
91 |
|
92 |
|
93 | ### Features
|
94 |
|
95 | * create `no-conditional-expect` rule ([aba53e4](https://github.com/jest-community/eslint-plugin-jest/commit/aba53e4061f3b636ab0c0270e183c355c6f301e0))
|
96 | * deprecate `no-try-expect` in favor of `no-conditional-expect` ([6d07cad](https://github.com/jest-community/eslint-plugin-jest/commit/6d07cadd5f78ed7a64a86792931d49d3cd943d69))
|
97 |
|
98 | # [23.15.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.14.0...v23.15.0) (2020-06-21)
|
99 |
|
100 |
|
101 | ### Features
|
102 |
|
103 | * **no-standalone-expect:** support `additionalTestBlockFunctions` ([#585](https://github.com/jest-community/eslint-plugin-jest/issues/585)) ([ed220b2](https://github.com/jest-community/eslint-plugin-jest/commit/ed220b2c515f2e97ce639dd1474c18a7f594c06c))
|
104 |
|
105 | # [23.14.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.13.2...v23.14.0) (2020-06-20)
|
106 |
|
107 |
|
108 | ### Bug Fixes
|
109 |
|
110 | * **no-test-callback:** check argument is an identifier ([f70612d](https://github.com/jest-community/eslint-plugin-jest/commit/f70612d8b414575725a5831ed9dfad1eaf1e6548))
|
111 | * **no-test-callback:** provide suggestion instead of autofix ([782d8fa](https://github.com/jest-community/eslint-plugin-jest/commit/782d8fa00149143f453e7cb066f90c017e2d3f61))
|
112 | * **prefer-strict-equal:** provide suggestion instead of autofix ([2eaed2b](https://github.com/jest-community/eslint-plugin-jest/commit/2eaed2bf30c72b03ee205910887f8aab304047a5))
|
113 |
|
114 |
|
115 | ### Features
|
116 |
|
117 | * **prefer-expect-assertions:** provide suggestions ([bad88a0](https://github.com/jest-community/eslint-plugin-jest/commit/bad88a006135258e8da18902a84bdb52a9bb9fa7))
|
118 |
|
119 | ## [23.13.2](https://github.com/jest-community/eslint-plugin-jest/compare/v23.13.1...v23.13.2) (2020-05-26)
|
120 |
|
121 |
|
122 | ### Bug Fixes
|
123 |
|
124 | * add `fail` to globals ([#595](https://github.com/jest-community/eslint-plugin-jest/issues/595)) ([aadc5ec](https://github.com/jest-community/eslint-plugin-jest/commit/aadc5ec5610ec024eac4b0aa6077cc012a0ba98e))
|
125 |
|
126 | ## [23.13.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.13.0...v23.13.1) (2020-05-17)
|
127 |
|
128 |
|
129 | ### Bug Fixes
|
130 |
|
131 | * **no-if:** use correct syntax for placeholder substitution in message ([6d1eda8](https://github.com/jest-community/eslint-plugin-jest/commit/6d1eda89ac48c93c2675dcf24a92574a20b2edb9))
|
132 |
|
133 | # [23.13.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.12.0...v23.13.0) (2020-05-16)
|
134 |
|
135 |
|
136 | ### Features
|
137 |
|
138 | * **valid-expect:** support `minArgs` & `maxArgs` options ([#584](https://github.com/jest-community/eslint-plugin-jest/issues/584)) ([9e0e2fa](https://github.com/jest-community/eslint-plugin-jest/commit/9e0e2fa966b43c1099d11b2424acb1590c241c03))
|
139 |
|
140 | # [23.12.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.11.0...v23.12.0) (2020-05-16)
|
141 |
|
142 |
|
143 | ### Features
|
144 |
|
145 | * deprecate `no-expect-resolves` rule ([b6a22e5](https://github.com/jest-community/eslint-plugin-jest/commit/b6a22e5aa98abcb57aac217c6d4583d0a3388e7b))
|
146 | * deprecate `no-truthy-falsy` rule ([a67d92d](https://github.com/jest-community/eslint-plugin-jest/commit/a67d92d2834568122f24bf3d8455999166da95ea))
|
147 | * deprecate `prefer-inline-snapshots` rule ([1360e9b](https://github.com/jest-community/eslint-plugin-jest/commit/1360e9b0e840f4f778a9d251371c943919f84600))
|
148 |
|
149 | # [23.11.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.10.0...v23.11.0) (2020-05-12)
|
150 |
|
151 |
|
152 | ### Features
|
153 |
|
154 | * create `no-restricted-matchers` rule ([#575](https://github.com/jest-community/eslint-plugin-jest/issues/575)) ([ac926e7](https://github.com/jest-community/eslint-plugin-jest/commit/ac926e779958240506ee506047c9a5364bb70aea))
|
155 |
|
156 | # [23.10.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.9.0...v23.10.0) (2020-05-09)
|
157 |
|
158 |
|
159 | ### Features
|
160 |
|
161 | * **no-deprecated-functions:** support jest `version` setting ([#564](https://github.com/jest-community/eslint-plugin-jest/issues/564)) ([05f20b8](https://github.com/jest-community/eslint-plugin-jest/commit/05f20b80ecd42b8d1f1f18ca19d4bc9cba45e22e))
|
162 |
|
163 | # [23.9.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.8.2...v23.9.0) (2020-05-04)
|
164 |
|
165 |
|
166 | ### Features
|
167 |
|
168 | * create `no-deprecated-functions` ([#560](https://github.com/jest-community/eslint-plugin-jest/issues/560)) ([55d0504](https://github.com/jest-community/eslint-plugin-jest/commit/55d0504cadc945b770d7c3b6d3cab425c9b76d0f))
|
169 |
|
170 | ## [23.8.2](https://github.com/jest-community/eslint-plugin-jest/compare/v23.8.1...v23.8.2) (2020-03-06)
|
171 |
|
172 | ### Bug Fixes
|
173 |
|
174 | - **prefer-to-contain:** check that expect argument is defined before use
|
175 | ([#542](https://github.com/jest-community/eslint-plugin-jest/issues/542))
|
176 | ([56f909b](https://github.com/jest-community/eslint-plugin-jest/commit/56f909b326034236953d04b18dab3f64b16a2973))
|
177 |
|
178 | ## [23.8.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.8.0...v23.8.1) (2020-02-29)
|
179 |
|
180 | ### Bug Fixes
|
181 |
|
182 | - remove tests from published package
|
183 | ([#541](https://github.com/jest-community/eslint-plugin-jest/issues/541))
|
184 | ([099a150](https://github.com/jest-community/eslint-plugin-jest/commit/099a150b87fa693ccf1c512ee501aed1457ba656))
|
185 |
|
186 | # [23.8.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.7.0...v23.8.0) (2020-02-23)
|
187 |
|
188 | ### Bug Fixes
|
189 |
|
190 | - **valid-title:** ensure argument node is defined before accessing props
|
191 | ([#538](https://github.com/jest-community/eslint-plugin-jest/issues/538))
|
192 | ([7730f75](https://github.com/jest-community/eslint-plugin-jest/commit/7730f757561100559509b756fd362ca33b9ab1d4))
|
193 |
|
194 | ### Features
|
195 |
|
196 | - **no-large-snapshots:** add setting to define maxSize by snapshot type
|
197 | ([#524](https://github.com/jest-community/eslint-plugin-jest/issues/524))
|
198 | ([0d77300](https://github.com/jest-community/eslint-plugin-jest/commit/0d77300e61adc7a5aa84f34ff4ccc164075d5f41))
|
199 |
|
200 | # [23.7.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.6.0...v23.7.0) (2020-02-07)
|
201 |
|
202 | ### Bug Fixes
|
203 |
|
204 | - **expect-expect:** use `u` flag in regex
|
205 | ([#532](https://github.com/jest-community/eslint-plugin-jest/issues/532))
|
206 | ([c12b725](https://github.com/jest-community/eslint-plugin-jest/commit/c12b7251ef1506073d268973b93c7fc9fbcf50af))
|
207 |
|
208 | ### Features
|
209 |
|
210 | - **valid-title:** support `disallowedWords` option
|
211 | ([#522](https://github.com/jest-community/eslint-plugin-jest/issues/522))
|
212 | ([38bbe93](https://github.com/jest-community/eslint-plugin-jest/commit/38bbe93794ed456c6e9e5d7be848b2aeb55ce0ba))
|
213 |
|
214 | # [23.6.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.5.0...v23.6.0) (2020-01-12)
|
215 |
|
216 | ### Features
|
217 |
|
218 | - **no-if:** support `switch` statements
|
219 | ([#515](https://github.com/jest-community/eslint-plugin-jest/issues/515))
|
220 | ([be4e49d](https://github.com/jest-community/eslint-plugin-jest/commit/be4e49dcecd64711e743f5e09d1ff24e4c6e1648))
|
221 |
|
222 | # [23.5.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.4.0...v23.5.0) (2020-01-12)
|
223 |
|
224 | ### Features
|
225 |
|
226 | - **expect-expect:** support glob patterns for assertFunctionNames
|
227 | ([#509](https://github.com/jest-community/eslint-plugin-jest/issues/509))
|
228 | ([295ca9a](https://github.com/jest-community/eslint-plugin-jest/commit/295ca9a6969c77fadaa1a42d76e89cae992520a6))
|
229 | - **valid-expect:** refactor `valid-expect` linting messages
|
230 | ([#501](https://github.com/jest-community/eslint-plugin-jest/issues/501))
|
231 | ([7338362](https://github.com/jest-community/eslint-plugin-jest/commit/7338362420eb4970f99be2016bb4ded5732797e3))
|
232 |
|
233 | # [23.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.3.0...v23.4.0) (2020-01-10)
|
234 |
|
235 | ### Features
|
236 |
|
237 | - **expect-expect:** support chained function names
|
238 | ([#471](https://github.com/jest-community/eslint-plugin-jest/issues/471))
|
239 | ([#508](https://github.com/jest-community/eslint-plugin-jest/issues/508))
|
240 | ([beb1aec](https://github.com/jest-community/eslint-plugin-jest/commit/beb1aececee80589c182e95bc64ef01d97eb5e78))
|
241 | - **rules:** add support for function declaration as test case
|
242 | ([#504](https://github.com/jest-community/eslint-plugin-jest/issues/504))
|
243 | ([ac7fa48](https://github.com/jest-community/eslint-plugin-jest/commit/ac7fa487d05705bee1b2d5264d5096f0232ae1e1))
|
244 |
|
245 | # [23.3.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.2.0...v23.3.0) (2020-01-04)
|
246 |
|
247 | ### Features
|
248 |
|
249 | - **rules:** add .concurrent support
|
250 | ([#498](https://github.com/jest-community/eslint-plugin-jest/issues/498))
|
251 | ([#502](https://github.com/jest-community/eslint-plugin-jest/issues/502))
|
252 | ([dcba5f1](https://github.com/jest-community/eslint-plugin-jest/commit/dcba5f1f1c6429a8bce2ff9aae71c02a6ffa1c2b))
|
253 |
|
254 | # [23.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.1.1...v23.2.0) (2019-12-28)
|
255 |
|
256 | ### Features
|
257 |
|
258 | - **valid-expect:** warn on `await expect()` with no assertions
|
259 | ([#496](https://github.com/jest-community/eslint-plugin-jest/issues/496))
|
260 | ([19798dd](https://github.com/jest-community/eslint-plugin-jest/commit/19798dd540c8a0f5ac7883f67a28ee67d9e5fc7a))
|
261 |
|
262 | ## [23.1.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.1.0...v23.1.1) (2019-11-30)
|
263 |
|
264 | ### Bug Fixes
|
265 |
|
266 | - **no-focused-tests:** detect table format uage of `.only.each`
|
267 | ([#489](https://github.com/jest-community/eslint-plugin-jest/issues/489))
|
268 | ([d03bcf4](https://github.com/jest-community/eslint-plugin-jest/commit/d03bcf49e9e4f068bead25a4bc4c962762d56c02))
|
269 |
|
270 | # [23.1.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.5...v23.1.0) (2019-11-29)
|
271 |
|
272 | ### Features
|
273 |
|
274 | - **no-focused-tests:** check each with table format
|
275 | ([#430](https://github.com/jest-community/eslint-plugin-jest/issues/430))
|
276 | ([154c0b8](https://github.com/jest-community/eslint-plugin-jest/commit/154c0b8e5310f0c1bf715a8c60de5d84faa1bc48))
|
277 |
|
278 | ## [23.0.5](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.4...v23.0.5) (2019-11-27)
|
279 |
|
280 | ### Bug Fixes
|
281 |
|
282 | - typo in the `require-to-throw-message` docs
|
283 | ([#487](https://github.com/jest-community/eslint-plugin-jest/issues/487))
|
284 | ([3526213](https://github.com/jest-community/eslint-plugin-jest/commit/35262135e3bb407b9c40991d2651ca4b201eebff))
|
285 |
|
286 | ## [23.0.4](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.3...v23.0.4) (2019-11-14)
|
287 |
|
288 | ### Bug Fixes
|
289 |
|
290 | - get correct ruleName without specifying file extension
|
291 | ([#473](https://github.com/jest-community/eslint-plugin-jest/issues/473))
|
292 | ([f09203e](https://github.com/jest-community/eslint-plugin-jest/commit/f09203ed05a69c83baadf6149ae17513c85b170f))
|
293 |
|
294 | ## [23.0.3](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.2...v23.0.3) (2019-11-08)
|
295 |
|
296 | ### Bug Fixes
|
297 |
|
298 | - **no-test-callback:** don't provide fix for `async` functions
|
299 | ([#469](https://github.com/jest-community/eslint-plugin-jest/issues/469))
|
300 | ([09111e0](https://github.com/jest-community/eslint-plugin-jest/commit/09111e0c951aaa930c9a2c8e0ca84251b3196e94)),
|
301 | closes [#466](https://github.com/jest-community/eslint-plugin-jest/issues/466)
|
302 |
|
303 | ## [23.0.2](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.1...v23.0.2) (2019-10-28)
|
304 |
|
305 | ### Bug Fixes
|
306 |
|
307 | - **prefer-todo:** ensure argument exists before trying to access it
|
308 | ([#462](https://github.com/jest-community/eslint-plugin-jest/issues/462))
|
309 | ([a87c8c2](https://github.com/jest-community/eslint-plugin-jest/commit/a87c8c29e1faf9d5364c9074d988aa95ef6cc987))
|
310 |
|
311 | ## [23.0.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.0...v23.0.1) (2019-10-28)
|
312 |
|
313 | ### Bug Fixes
|
314 |
|
315 | - **valid-title:** ignore string addition
|
316 | ([#461](https://github.com/jest-community/eslint-plugin-jest/issues/461))
|
317 | ([b7c1be2](https://github.com/jest-community/eslint-plugin-jest/commit/b7c1be2f279b87366332fb2d3a3e49a71aa75711))
|
318 |
|
319 | # [22.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v22.1.3...v22.2.0) (2019-01-29)
|
320 |
|
321 | ### Features
|
322 |
|
323 | - **rules:** add prefer-todo rule
|
324 | ([#218](https://github.com/jest-community/eslint-plugin-jest/issues/218))
|
325 | ([0933d82](https://github.com/jest-community/eslint-plugin-jest/commit/0933d82)),
|
326 | closes [#217](https://github.com/jest-community/eslint-plugin-jest/issues/217)
|