Chore/jest
This commit is contained in:
+3
-6
@@ -14,8 +14,8 @@
|
||||
"android": "react-native run-android",
|
||||
"ios": "react-native run-ios --simulator=\"iPhone 8 Plus\"",
|
||||
"log": "react-native log-android",
|
||||
"test": "mocha --recursive --require @babel/register test && npm run lint",
|
||||
"test-watch": "mocha --recursive --require @babel/register --watch test",
|
||||
"test": "jest test && npm run lint",
|
||||
"test-watch": "jest --watch test",
|
||||
"lint": "eslint components lib test styles slices db",
|
||||
"devtool": "adb shell input keyevent 82",
|
||||
"build-android-release": "cd android && ./gradlew clean && ./gradlew assembleRelease && cd ..",
|
||||
@@ -66,21 +66,18 @@
|
||||
"@babel/core": "^7.6.2",
|
||||
"@babel/eslint-parser": "^7.16.3",
|
||||
"@babel/preset-react": "^7.16.0",
|
||||
"@babel/register": "^7.0.0",
|
||||
"@babel/runtime": "^7.6.2",
|
||||
"basic-changelog": "gitlab:bloodyhealth/basic-changelog",
|
||||
"chai": "^4.1.2",
|
||||
"eslint": "^6.5.1",
|
||||
"eslint-plugin-react": "^7.8.2",
|
||||
"husky": "^8.0.0",
|
||||
"jest": "^28.1.3",
|
||||
"jetifier": "^1.6.6",
|
||||
"left-pad": "^1.3.0",
|
||||
"metro-react-native-babel-preset": "^0.58.0",
|
||||
"mocha": "^5.2.0",
|
||||
"prettier": "2.4.0",
|
||||
"pretty-quick": "^3.1.1",
|
||||
"react-native-version": "^3.1.0",
|
||||
"react-test-renderer": "16.11.0",
|
||||
"readline": "^1.3.0"
|
||||
},
|
||||
"description": "A menstrual cycle tracking app that's open-source and leaves your data on your phone. Use it to track your menstrual cycle or for fertility awareness!",
|
||||
|
||||
Reference in New Issue
Block a user