fix: jest
Showing
| ... | ... | @@ -18,10 +18,9 @@ |
| "start": "vc-tools run server", | ||
| "lint": "eslint src/ -c .eslintrc.js --ext .tsx,.ts", | ||
| "lint:fix": "eslint --fix src/ -c .eslintrc.js --ext .tsx,.ts", | ||
| "compile": "cross-env TS_NODE_PROJECT=scripts/tsconfig.json vc-tools run compile", | ||
| "compile": "vc-tools run compile", | ||
| "test": "cross-env NODE_ENV=test jest --config .jest.js", | ||
| "prepublishOnly": "npm run lint && npm run compile && npm run test", | ||
| "postcompile": "npm run clean" | ||
| "prepublishOnly": "npm run lint && npm run compile && npm run test" | ||
| }, | ||
| "peerDependencies": { | ||
| "ant-design-vue": ">=2.0.0", | ||
| ... | ... | @@ -51,10 +50,12 @@ |
| "eslint-plugin-vue": "^7.0.0-0", | ||
| "fs-extra": "^9.0.1", | ||
| "jest": "^25.4.0", | ||
| "jest-environment-jsdom-fifteen": "^1.0.2", | ||
| "jest-serializer-vue": "^2.0.2", | ||
| "jest-transform-stub": "^2.0.0", | ||
| "prettier": "^1.19.1", | ||
| "rimraf": "^3.0.2", | ||
| "ts-jest": "^26.4.4", | ||
| "ts-node": "^8.10.2", | ||
| "typescript": "~3.9.3", | ||
| "vue": "^3.0.0-0", | ||
| ... | ... |
tests/grid-content.test.tsx
0 → 100644
Please register or sign in to comment