Skip to content

Commit

Permalink
0.4.72 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Dec 31, 2023
1 parent 09a8ba7 commit 81b797c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-jest-runner",
"displayName": "Jest Runner",
"description": "Simple way to run or debug a single (or multiple) tests from context-menu",
"version": "0.4.71",
"version": "0.4.72",
"publisher": "firsttris",
"author": "Tristan Teufel",
"repository": {
Expand Down Expand Up @@ -107,7 +107,7 @@
"default": true,
"description": "Changes directory before execution. The fallback order is:\n1. `jestrunner.projectPath`\n2. the nearest `package.json`\n3. `${workspaceFolder}`",
"scope": "window"
},
},
"jestrunner.preserveEditorFocus": {
"type": "boolean",
"default": false,
Expand Down

0 comments on commit 81b797c

Please sign in to comment.