Skip to content

Commit

Permalink
chore: use direct jest binary for react and react-northstar test task
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Oct 24, 2024
1 parent fe0b091 commit b26abb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fluentui/react-northstar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"clean": "gulp clean:component-info bundle:package:clean",
"lint": "eslint --ext .js,.ts,.tsx .",
"lint:fix": "yarn lint --fix",
"test": "gulp test",
"test": "jest --passWithNoTests",
"test:watch": "gulp test:watch"
},
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"start": "cross-env NODE_OPTIONS=--max-old-space-size=3072 just-scripts dev:storybook",
"start:legacy": "yarn workspace @fluentui/public-docsite-resources start",
"start-test": "just-scripts jest-watch",
"test": "just-scripts test",
"test": "jest --passWithNoTests",
"update-snapshots": "just-scripts jest -u",
"mf": "just-scripts mf",
"verify-packaging": "just-scripts verify-packaging"
Expand Down

0 comments on commit b26abb4

Please sign in to comment.