Skip to content

Commit

Permalink
add both tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed Feb 20, 2025
1 parent 49e7427 commit 8f807dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vscode/microsoft-kiota/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -511,9 +511,9 @@
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "npm run compile && npm run compile-tests && npm run lint",
"lint": "eslint",
"test": "vscode-test",
"test": "npm run test:unit && vscode-test",
"test:coverage": "npm run pretest && test --coverage",
"test:unit": "jest --detectOpenHandles --coverage"
"test:unit": "jest --detectOpenHandles"
},
"devDependencies": {
"@stylistic/eslint-plugin-ts": "^3.1.0",
Expand Down

0 comments on commit 8f807dc

Please sign in to comment.