Skip to content

Commit

Permalink
Change default theme jest config platform from iOS -> win32 (#2500)
Browse files Browse the repository at this point in the history
* Update jest.config

* Update snapshot

* Change files
  • Loading branch information
lyzhan7 authored Jan 9, 2023
1 parent f2a0645 commit 17bf1b5
Show file tree
Hide file tree
Showing 4 changed files with 599 additions and 591 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Update jest.config",
"packageName": "@fluentui-react-native/default-theme",
"email": "78454019+lyzhan7@users.noreply.github.com",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/theming/default-theme/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const { configureReactNativeJest } = require('@fluentui-react-native/scripts');
module.exports = configureReactNativeJest('ios');
module.exports = configureReactNativeJest('win32');
1 change: 1 addition & 0 deletions packages/theming/default-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@fluentui-react-native/scripts": "^0.1.1",
"@office-iss/react-native-win32": "^0.68.0",
"@types/react": "^17.0.2",
"react": "17.0.2",
"react-native": "^0.68.0"
Expand Down
Loading

0 comments on commit 17bf1b5

Please sign in to comment.