Skip to content

Commit

Permalink
remove unnecessary "null" setting types in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
connectdotz committed Sep 13, 2022
1 parent 84f2c7d commit 8a77714
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,15 @@
},
"jest.nodeEnv": {
"markdownDescription": "The env passed to runner process in addtion to `process.env`",
"type": [
"object",
"null"
],
"type": "object",
"default": null,
"scope": "resource"
},
"jest.shell": {
"markdownDescription": "The shell path or a login-shell to override jest runner process default shell (see Node [child_process.spawn()](https://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options)) for more detail)",
"type": [
"string",
"object",
"null"
"object"
],
"default": null,
"scope": "resource"
Expand Down Expand Up @@ -215,8 +211,7 @@
"markdownDescription": "Control when jest should run (changed) tests. It supports multiple models, such as fully automated, fully manual and onSave... See [AutoRun](https://github.com/jest-community/vscode-jest/blob/master/README.md#how-to-trigger-the-test-run) for details and examples",
"type": [
"object",
"string",
"null"
"string"
],
"default": null,
"scope": "resource"
Expand Down

0 comments on commit 8a77714

Please sign in to comment.