Add unit tests for UI using jsdom and standard vue testing.
显示
- jest.config.js 7 个添加, 7 个删除jest.config.js
- package-lock.json 21 个添加, 15 个删除package-lock.json
- package.json 2 个添加, 0 个删除package.json
- src/components/ZclClusterInfo.vue 2 个添加, 2 个删除src/components/ZclClusterInfo.vue
- src/components/ZclEndpointCard.vue 5 个添加, 1 个删除src/components/ZclEndpointCard.vue
- src/components/ZclGeneralOptionsBar.vue 17 个添加, 15 个删除src/components/ZclGeneralOptionsBar.vue
- src/store/zap/getters.js 2 个添加, 4 个删除src/store/zap/getters.js
- src/util/util.js 1 个添加, 0 个删除src/util/util.js
- test/ui.test.js 135 个添加, 0 个删除test/ui.test.js
... | @@ -97,6 +97,8 @@ | ... | @@ -97,6 +97,8 @@ |
"jest-sonar-reporter": "^2.0.0", | "jest-sonar-reporter": "^2.0.0", | ||
"jsdoc": "^3.6.6", | "jsdoc": "^3.6.6", | ||
"jsdoc-to-markdown": "^6.0.1", | "jsdoc-to-markdown": "^6.0.1", | ||
"jsdom": "^16.4.0", | |||
"jsdom-global": "^3.0.2", | |||
"license-checker": "^25.0.1", | "license-checker": "^25.0.1", | ||
"lodash": "^4.17.20", | "lodash": "^4.17.20", | ||
"node-abi": "^2.19.1", | "node-abi": "^2.19.1", | ||
... | ... |
test/ui.test.js
0 → 100644
想要评论请 注册 或 登录