|
58 | 58 | "storybook:build": "npm run storybook:bundle && npm run storybook:dev && build-storybook -s assets && cpx .storybook/CNAME storybook-static", |
59 | 59 | "storybook:deploy": "npm run storybook:build && storybook-to-ghpages -e storybook-static", |
60 | 60 | "setLicense": "gulp setLicense", |
| 61 | + "test": "jest", |
61 | 62 | "version:tsc": "tsc -v" |
62 | 63 | }, |
63 | 64 | "storybook-deployer": { |
|
74 | 75 | "@babel/preset-react": "^7.12.7", |
75 | 76 | "@babel/preset-typescript": "^7.12.7", |
76 | 77 | "@octokit/rest": "^18.5.3", |
| 78 | + "@open-wc/testing-helpers": "^2.1.4", |
77 | 79 | "@storybook/addon-a11y": "^6.4.4", |
78 | 80 | "@storybook/addon-actions": "^6.4.4", |
79 | 81 | "@storybook/addon-docs": "^6.4.4", |
|
83 | 85 | "@storybook/cli": "^6.4.4", |
84 | 86 | "@storybook/storybook-deployer": "^2.8.10", |
85 | 87 | "@storybook/web-components": "^6.4.4", |
86 | | - "@types/jest": "^24.9.1", |
| 88 | + "@testing-library/dom": "^8.20.0", |
| 89 | + "@testing-library/jest-dom": "^5.16.5", |
| 90 | + "@testing-library/user-event": "^14.4.3", |
| 91 | + "@types/jest": "^29.2.4", |
87 | 92 | "@types/node": "12.12.22", |
88 | 93 | "@types/react": "^17.0.00", |
89 | 94 | "@types/react-dom": "^17.0.0", |
|
102 | 107 | "gulp-sass": "^5.1.0", |
103 | 108 | "gulp-util": "^3.0.8", |
104 | 109 | "husky": "^4.3.0", |
105 | | - "jest": "^24.5.0", |
106 | | - "jest-junit": "^6.3.0", |
| 110 | + "jest": "^29.3.1", |
| 111 | + "jest-environment-jsdom": "^29.3.1", |
| 112 | + "jest-fetch-mock": "^3.0.3", |
| 113 | + "jest-junit": "^15.0.0", |
107 | 114 | "lerna": "^3.22.1", |
108 | 115 | "lit": "^2.3.1", |
109 | 116 | "monaco-editor": "^0.19.3", |
|
126 | 133 | "sass": "^1.29.0", |
127 | 134 | "shx": "^0.3.3", |
128 | 135 | "storybook-addon-web-components-knobs": "^0.3.20", |
129 | | - "ts-jest": "^26.5.5", |
| 136 | + "testing-library__dom": "^7.29.4-beta.1", |
| 137 | + "ts-jest": "^29.0.3", |
130 | 138 | "tslint": "^6.1.3", |
131 | 139 | "tslint-config-prettier": "^1.18.0", |
132 | 140 | "tslint-microsoft-contrib": "^6.2.0", |
133 | 141 | "typescript": "^4.8.2", |
134 | 142 | "web-component-analyzer": "^1.1.6", |
135 | | - "whatwg-fetch": "^3.5.0" |
| 143 | + "whatwg-fetch": "^3.6.2" |
136 | 144 | }, |
137 | 145 | "husky": { |
138 | 146 | "hooks": { |
|
0 commit comments