Skip to content

Commit

Permalink
trying one more thing from this pr
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Oct 15, 2018
1 parent c7b0593 commit 1016552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .jest.native.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"globals": {
"__DEV__": true
},
"modulePathIgnorePatterns": ["<rootDir>/node_modules/react-native/Libraries/react-native/"],
"testRegex": "./src/native/test/.*.js$",
"preset": "react-native",
"testURL": "http://localhost",
Expand Down
1 change: 1 addition & 0 deletions .jest.primitives.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
},
"testRegex": "./src/primitives/test/.*.js$",
"moduleFileExtensions": ["ios.js", "js"],
"modulePathIgnorePatterns": ["<rootDir>/node_modules/react-native/Libraries/react-native/"],
"preset": "react-native",
"testURL": "http://localhost",
"testEnvironment": "jsdom"
Expand Down

0 comments on commit 1016552

Please sign in to comment.