Skip to content

Commit

Permalink
refactor: use rc-test
Browse files Browse the repository at this point in the history
  • Loading branch information
DBSDs committed Nov 22, 2023
1 parent a40597a commit 73d83df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prepare": "dumi setup",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
"lint": "eslint src/ --ext .tsx,.ts",
"test": "father test",
"test": "rc-test",
"now-build": "npm run build"
},
"peerDependencies": {
Expand All @@ -56,13 +56,14 @@
"cross-env": "^5.2.0",
"dumi": "^2.0.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.1.4",
"eslint": "^7.6.0",
"father": "^4.0.0",
"glob": "^10.0.0",
"np": "^5.0.3",
"rc-animate": "^2.9.1",
"rc-test": "^7.0.15",
"react": "^v16.9.0-alpha.0",
"react-dom": "^v16.9.0-alpha.0",
"typescript": "^5.0.0"
Expand All @@ -73,4 +74,4 @@
"rc-resize-observer": "^1.0.0",
"rc-util": "^5.36.0"
}
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"target": "esnext",
"moduleResolution": "node",
"baseUrl": "./",
"jsx": "preserve",
"jsx": "react",
"declaration": true,
"skipLibCheck": true,
"esModuleInterop": true,
Expand Down

0 comments on commit 73d83df

Please sign in to comment.