Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
connectdotz committed Aug 18, 2021
1 parent bf270d7 commit 46b61cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
"default": "",
"scope": "resource"
},

"jest.enableSnapshotUpdateMessages": {
"description": "Whether snapshot update messages should show",
"type": "boolean",
Expand Down Expand Up @@ -196,8 +195,10 @@
"jest.testExplorer": {
"markdownDescription": "Configure jest TestExplorer. See valid [formats](https://github.com/jest-community/vscode-jest/blob/master/README.md#testexplorer) or [how to use test explorer](https://github.com/jest-community/vscode-jest/blob/master/README.md#how-to-use-the-test-explorer) for more details",
"type": "object",
"default": {"enabled": true},
"scope": "resource"
"default": {
"enabled": true
},
"scope": "resource"
}
}
},
Expand Down

0 comments on commit 46b61cf

Please sign in to comment.