Skip to content

Commit

Permalink
chore: fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
DBSDs committed Nov 18, 2023
1 parent b782dbb commit 1d9bf76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"postpublish": "npm run docs:deploy",
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"test": "father test",
"coverage": "father test --coverage",
"test": "rc-test",
"coverage": "rc-test --coverage",
"now-build": "npm run docs:build"
},
"devDependencies": {
Expand All @@ -60,6 +60,7 @@
"np": "^7.0.0",
"raf": "^3.4.0",
"rc-tools": "8.x",
"rc-test": "7.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"regenerator-runtime": "^0.13.7",
Expand Down

0 comments on commit 1d9bf76

Please sign in to comment.