Skip to content

Commit

Permalink
fix(ci): Disable jest cache for app-insights-logger tests (#20037)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvy86 committed Mar 8, 2024
1 parent 09f3d8b commit dbcfb81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/client-logger/app-insights-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"start:tinylicious": "tinylicious",
"test": "npm run test:jest",
"test:coverage": "npm run test:jest:coverage",
"test:jest": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles",
"test:jest:coverage": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles --coverage --ci",
"test:jest": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles --no-cache",
"test:jest:coverage": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles --coverage --no-cache --ci",
"tsc": "tsc",
"webpack": "webpack --env production",
"webpack:dev": "webpack --env development"
Expand Down

0 comments on commit dbcfb81

Please sign in to comment.