Skip to content

Commit

Permalink
Merge pull request #65 from Code-Hive-GmbH/fix/snpshot-test
Browse files Browse the repository at this point in the history
fix(test): Make snapshot tests useful
  • Loading branch information
farhoudshapouran authored Feb 19, 2024
2 parents e3cff9c + dfd0b3d commit 284ed19
Show file tree
Hide file tree
Showing 3 changed files with 594 additions and 296 deletions.
16 changes: 4 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"!**/.*"
],
"scripts": {
"test": "jest -u",
"test": "jest",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"prepack": "bob build",
Expand Down Expand Up @@ -106,9 +106,7 @@
"node": ">= 16.0.0"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
"extends": ["@commitlint/config-conventional"]
},
"release-it": {
"git": {
Expand All @@ -129,10 +127,7 @@
},
"eslintConfig": {
"root": true,
"extends": [
"@react-native-community",
"prettier"
],
"extends": ["@react-native-community", "prettier"],
"rules": {
"prettier/prettier": [
"error",
Expand All @@ -146,10 +141,7 @@
]
}
},
"eslintIgnore": [
"node_modules/",
"lib/"
],
"eslintIgnore": ["node_modules/", "lib/"],
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,
Expand Down
Loading

0 comments on commit 284ed19

Please sign in to comment.