Skip to content

Commit

Permalink
chore: configure vscode-jest extension (monkeytypegame#4962)
Browse files Browse the repository at this point in the history
  • Loading branch information
fehmer authored Jan 24, 2024
1 parent 9007039 commit 774057d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ node_modules_bak/
#vs code
.vscode
*.code-workspace
!monkeytype.code-workspace

.idea

Expand Down
26 changes: 26 additions & 0 deletions monkeytype.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"folders": [
{
"name":"backend",
"path":"backend",
},
{
"name":"frontend",
"path":"frontend",
},
{
"name":"root",
"path": "./"
}
],
"settings": {
"files.exclude": {
"frontend": true,
"backend": true,
},
"jest.disabledWorkspaceFolders": [
"root"
]

}
}

0 comments on commit 774057d

Please sign in to comment.