Skip to content

Commit a81e05b

Browse files
author
Petr Konecny
committed
chore: fix test script
1 parent 9fd8e15 commit a81e05b

File tree

2 files changed

+1057
-1
lines changed

2 files changed

+1057
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"format:check": "prettier --check '**/*.{ts,tsx,md,json}'",
1313
"format:fix": "prettier --write '**/*.{ts,tsx,md,json}'",
1414
"lint": "eslint .",
15-
"lint:fix": "eslint --fix ."
15+
"lint:fix": "eslint --fix .",
16+
"test": "jest --passWithNoTests"
1617
},
1718
"keywords": [
1819
"react-native",
@@ -38,6 +39,7 @@
3839
"eslint-plugin-import": "^2.31.0",
3940
"eslint-plugin-prettier": "^5.4.0",
4041
"husky": "^9.1.7",
42+
"jest": "^29.7.0",
4143
"lint-staged": "^16.0.0",
4244
"prettier": "^3.5.3",
4345
"typescript": "^5.0.0"

0 commit comments

Comments
 (0)