Skip to content

Commit

Permalink
chore(vscode): add settings for extension 'nodeTdd'
Browse files Browse the repository at this point in the history
It still doesn't work on my PC...
  • Loading branch information
BinToss committed Oct 18, 2023
1 parent 71e7b60 commit f05bc38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
"dotnet",
"node",
"vscode"
]
],
"nodeTdd.glob": "{src,test}/**/*.{js,ts,jsx,tsx,mts}",
"nodeTdd.reporter": "tap",
"nodeTdd.showCoverage": true
}

0 comments on commit f05bc38

Please sign in to comment.