feat: add global-footer test
Showing
| ... | ... | @@ -28,6 +28,9 @@ |
| }, | ||
| "devDependencies": { | ||
| "@ant-design-vue/tools": "^3.0.4", | ||
| "@babel/core": "^7.12.9", | ||
| "@babel/plugin-proposal-export-default-from": "^7.12.1", | ||
| "@babel/plugin-transform-object-assign": "^7.12.1", | ||
| "@types/fs-extra": "^9.0.2", | ||
| "@types/jest": "^24.0.17", | ||
| "@types/node": "^13.13.15", | ||
| ... | ... | @@ -43,13 +46,14 @@ |
| "@vue/eslint-config-prettier": "^6.0.0", | ||
| "@vue/eslint-config-typescript": "^5.0.2", | ||
| "@vue/test-utils": "^2.0.0-beta.2", | ||
| "babel-jest": "^26.6.3", | ||
| "cross-env": "^5.2.0", | ||
| "eslint": "^6.7.2", | ||
| "eslint-config-prettier": "^6.15.0", | ||
| "eslint-plugin-prettier": "^3.1.3", | ||
| "eslint-plugin-vue": "^7.0.0-0", | ||
| "fs-extra": "^9.0.1", | ||
| "jest": "^25.4.0", | ||
| "jest": "^26.6.3", | ||
| "jest-environment-jsdom-fifteen": "^1.0.2", | ||
| "jest-serializer-vue": "^2.0.2", | ||
| "jest-transform-stub": "^2.0.0", | ||
| ... | ... |
tests/global-footer.test.tsx
0 → 100644
Please register or sign in to comment