|
18 | 18 | "docs:dev": "vuepress dev docs --clean-cache", |
19 | 19 | "docs:build": "vuepress build docs", |
20 | 20 | "lint": "eslint 'src/components/**/*.{js,ts,tsx}'", |
21 | | - "test": "jest --coverage", |
22 | | - "test:clear": "jest --clearCache" |
| 21 | + "test": "jest", |
| 22 | + "test:u": "jest -u", |
| 23 | + "test:clear": "jest --clearCache", |
| 24 | + "test:coverage": "jest --coverage" |
23 | 25 | }, |
24 | 26 | "homepage": "https://coreui.io/vue/", |
25 | 27 | "author": "The CoreUI Team (https://github.com/orgs/coreui/people)", |
|
49 | 51 | "@typescript-eslint/parser": "^4.33.0", |
50 | 52 | "@vue/compiler-sfc": "^3.2.19", |
51 | 53 | "@vue/server-renderer": "^3.2.19", |
52 | | - "@vue/test-utils": "^2.0.0-rc.4", |
| 54 | + "@vue/test-utils": "^2.0.0-0", |
53 | 55 | "@vuepress/plugin-toc": "^2.0.0-beta.24", |
54 | 56 | "auto-changelog": "^2.3.0", |
55 | 57 | "babel-loader": "^8.2.2", |
|
71 | 73 | "vue": "^3.2.6", |
72 | 74 | "vue-docgen-cli": "^4.41.2", |
73 | 75 | "vue-github-button": "^3.0.1", |
74 | | - "vue-jest": "^5.0.0-alpha.7", |
| 76 | + "vue-jest": "^5.0.0-0", |
75 | 77 | "vue-prism-component": "^2.0.0", |
76 | 78 | "vue-router": "^4.0.11", |
77 | 79 | "vue-types": "^4.1.0", |
|
92 | 94 | "vue" |
93 | 95 | ], |
94 | 96 | "transform": { |
| 97 | + ".*\\.(ts)$": "ts-jest", |
95 | 98 | ".*\\.(vue)$": "vue-jest" |
96 | | - }, |
97 | | - "testRegex": "/src/.*\\.(spec.tsx)$" |
| 99 | + } |
98 | 100 | }, |
99 | 101 | "standard": { |
100 | 102 | "ignore": [ |
|
0 commit comments