|
14 | 14 | "build:esm": "yarn tsc -b tsconfig.esm.json", |
15 | 15 | "cs": "eslint ./src", |
16 | 16 | "cs:fix": "eslint ./src --fix", |
17 | | - "test:unit": "jest ./test/Unit", |
18 | | - "test:feature": "jest ./test/Feature", |
19 | | - "test:example": "yarn build && jest ./test/Example", |
| 17 | + "test:unit": "vitest run ./test/Unit", |
| 18 | + "test:unit:coverage": "vitest run ./test/Unit --coverage", |
20 | 19 | "prepare": "ts-patch install", |
21 | 20 | "typedoc": "typedoc --tsconfig tsconfig.release.json", |
22 | 21 | "storybook": "storybook dev -p 6006 -h 0.0.0.0", |
|
25 | 24 | "author": "Syndesi <info@ember-nexus.dev>", |
26 | 25 | "license": "MIT", |
27 | 26 | "dependencies": { |
| 27 | + "@ember-nexus/app-core": "^0.0.1", |
28 | 28 | "@ember-nexus/uix": "^0.0.4", |
29 | 29 | "@ember-nexus/web-sdk": "^0.0.59", |
30 | 30 | "apca-w3": "^0.1.9", |
|
48 | 48 | "@storybook/test": "^8.4.7", |
49 | 49 | "@storybook/web-components": "^8.4.7", |
50 | 50 | "@storybook/web-components-webpack5": "^8.4.7", |
51 | | - "@types/chai": "^4.3.4", |
52 | | - "@types/chai-as-promised": "^7.1.5", |
53 | 51 | "@types/color-hash": "^2.0.0", |
54 | | - "@types/jest": "^29.5.12", |
55 | 52 | "@types/node": "^20.8.10", |
56 | 53 | "@types/sinon": "^17.0.0", |
57 | 54 | "@typescript-eslint/eslint-plugin": "^7.14", |
58 | 55 | "@typescript-eslint/parser": "^7.14", |
59 | | - "chai": "^5.1", |
60 | | - "chai-as-promised": "^8.0", |
| 56 | + "@vitest/coverage-v8": "^3.1.4", |
| 57 | + "@vitest/eslint-plugin": "^1.2.1", |
| 58 | + "@vitest/ui": "^3.1.4", |
61 | 59 | "copyfiles": "^2.4.1", |
62 | 60 | "css-loader": "^7.1.2", |
63 | 61 | "css-minimizer-webpack-plugin": "^7.0.0", |
|
70 | 68 | "globals": "^15.6.0", |
71 | 69 | "http-server": "^14.1.1", |
72 | 70 | "ignore-loader": "^0.1.2", |
73 | | - "jest": "^29.7.0", |
74 | 71 | "lost-pixel": "^3.22.0", |
75 | 72 | "mini-css-extract-plugin": "^2.9.2", |
76 | 73 | "msw": "^2.0.2", |
|
80 | 77 | "storybook": "^8.4.7", |
81 | 78 | "style-loader": "^4.0.0", |
82 | 79 | "terser-webpack-plugin": "^5.3.10", |
83 | | - "ts-jest": "^29.1.2", |
84 | 80 | "ts-loader": "^9.5.1", |
85 | 81 | "ts-mockito": "^2.6.1", |
86 | 82 | "ts-node": "^10.9.2", |
|
91 | 87 | "typedoc-plugin-mdn-links": "^3.1.9", |
92 | 88 | "typedoc-theme-hierarchy": "^5.0", |
93 | 89 | "typescript": "^5.5", |
94 | | - "uri-js-replace": "^1.0.0", |
| 90 | + "vitest": "^3.1.4", |
95 | 91 | "webpack": "^5.89.0", |
96 | 92 | "webpack-cli": "^5.1.4" |
97 | 93 | }, |
98 | | - "resolutions": { |
99 | | - "uri-js": "npm:uri-js-replace" |
100 | | - }, |
101 | 94 | "eslintConfig": { |
102 | 95 | "extends": [ |
103 | 96 | "plugin:storybook/recommended" |
|
0 commit comments