Skip to content

Commit

Permalink
Remove rn mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrachet committed Oct 30, 2017
1 parent b8eae83 commit a63e7f8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.0.1",
"main": "index.js",
"scripts": {
"format": "prettier-eslint --write \"src/**/*.js\" && prettier-eslint --write \"Example/src/**/*.js\"",
"format":
"prettier-eslint --write \"src/**/*.js\" && prettier-eslint --write \"Example/src/**/*.js\"",
"lint": "eslint ./src",
"test": "./node_modules/.bin/jest --coverage --no-cache",
"test:auto": "./node_modules/.bin/jest --watch"
Expand All @@ -28,16 +29,11 @@
"react": "16.0.0-beta.5",
"react-dom": "16.0.0-beta.5",
"react-native": "0.49.3",
"react-native-mock-render": "^0.0.13",
"react-test-renderer": "16.0.0-beta.5"
},
"jest": {
"preset": "react-native",
"setupFiles": [
"./setup/test.setup.js"
],
"modulePathIgnorePatterns": [
"<rootDir>/Example/"
]
"setupFiles": ["./setup/test.setup.js"],
"modulePathIgnorePatterns": ["<rootDir>/Example/"]
}
}

0 comments on commit a63e7f8

Please sign in to comment.