Skip to content

Commit

Permalink
fix: don't show "update snapshots" for different test controllers (e.…
Browse files Browse the repository at this point in the history
…g., jest)

Closes #463
  • Loading branch information
sheremet-va committed Sep 8, 2024
1 parent 11bbcab commit cbbb746
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,14 @@
],
"testing/item/context": [
{
"command": "vitest.updateSnapshot"
"command": "vitest.updateSnapshot",
"when": "controllerId == 'vitest'"
}
],
"testing/item/gutter": [
{
"command": "vitest.updateSnapshot"
"command": "vitest.updateSnapshot",
"when": "controllerId == 'vitest'"
}
]
},
Expand Down

0 comments on commit cbbb746

Please sign in to comment.