Skip to content

Commit

Permalink
chore: remove redundant jest usage
Browse files Browse the repository at this point in the history
  • Loading branch information
illuminati1911 committed Dec 2, 2024
1 parent b224aab commit a8ca10e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@types/node": "^22.9.0",
"babel-plugin-module-resolver": "^5.0.0",
"detox": "^20.27.6",
"jest": "^29.7.0",
"ts-jest": "^29.2.5"
},
"engines": {
Expand Down
13 changes: 0 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
},
"scripts": {
"example": "yarn workspace react-native-navigation-sdk-sample",
"test": "jest --passWithNoTests",
"test:types": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
Expand All @@ -63,7 +62,6 @@
"@evilmartians/lefthook": "^1.5.0",
"@react-native/eslint-config": "^0.74.83",
"@testing-library/react-native": "^12.5.0",
"@types/jest": "^29.5.5",
"@types/react": "18.2.6",
"commitlint": "^19.3.0",
"del-cli": "^5.1.0",
Expand All @@ -72,7 +70,6 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-testing-library": "^6.2.2",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"react": "18.2.0",
"react-native": "0.74.1",
Expand All @@ -89,16 +86,6 @@
"example"
],
"packageManager": "[email protected]",
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules",
"<rootDir>/lib/"
],
"moduleNameMapper": {
"^react-native$": "<rootDir>/node_modules/react-native"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
Expand Down
5 changes: 2 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3135,7 +3135,6 @@ __metadata:
"@evilmartians/lefthook": ^1.5.0
"@react-native/eslint-config": ^0.74.83
"@testing-library/react-native": ^12.5.0
"@types/jest": ^29.5.5
"@types/react": 18.2.6
commitlint: ^19.3.0
del-cli: ^5.1.0
Expand All @@ -3144,7 +3143,6 @@ __metadata:
eslint-config-prettier: ^9.0.0
eslint-plugin-prettier: ^5.2.1
eslint-plugin-testing-library: ^6.2.2
jest: ^29.7.0
prettier: ^3.3.3
react: 18.2.0
react-native: 0.74.1
Expand Down Expand Up @@ -4655,7 +4653,7 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:^29.5.14, @types/jest@npm:^29.5.5":
"@types/jest@npm:^29.5.14":
version: 29.5.14
resolution: "@types/jest@npm:29.5.14"
dependencies:
Expand Down Expand Up @@ -12134,6 +12132,7 @@ __metadata:
"@types/node": ^22.9.0
babel-plugin-module-resolver: ^5.0.0
detox: ^20.27.6
jest: ^29.7.0
react: 18.3.1
react-native: 0.76.2
react-native-gesture-handler: ^2.21.0
Expand Down

0 comments on commit a8ca10e

Please sign in to comment.