Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 573aae3

Browse files
fix: Prettier for readme
1 parent 5219319 commit 573aae3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/jest-validate/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,7 @@ Custom Deprecation:
200200
```js
201201
import {validate} from 'jest-validate';
202202

203-
validateCLIOptions(
204-
argv,
205-
{ ...allowedOptions, deprecatedOptions },
206-
);
203+
validateCLIOptions(argv, {...allowedOptions, deprecatedOptions});
207204
```
208205

209206
If `argv` contains a deprecated option that is not specifid in `allowedOptions`, `validateCLIOptions` will throw an error with the message specified in the `deprecatedOptions` config:

0 commit comments

Comments
 (0)