Skip to content

Commit

Permalink
add test argument
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed Feb 5, 2025
1 parent a032891 commit 9d32c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/microsoft-kiota/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@
"lint": "eslint",
"test": "vscode-test",
"test-with-coverage": "npm run pretest && vscode-test --coverage",
"test:unit": "jest"
"test:unit": "jest --detectOpenHandles"
},
"devDependencies": {
"@stylistic/eslint-plugin-ts": "^3.0.1",
Expand Down

0 comments on commit 9d32c57

Please sign in to comment.