Commit e94ea0b
committed
chore(test): clean up test setup and configuration
- Remove orphaned deps (chai, mocha, @types/mocha, @types/chai, @types/glob, @vscode/test-electron) left after integration tests were deleted
- Create vitest.config.ts and simplify test script (no more inline CLI flags)
- Remove redundant globalThis.__WEB__ setup in shared.ts (already set by vitest environment)1 parent e618740 commit e94ea0b
File tree
4 files changed
+12
-369
lines changed- typescript/test
4 files changed
+12
-369
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
| 138 | + | |
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
| |||
179 | 178 | | |
180 | 179 | | |
181 | 180 | | |
182 | | - | |
183 | | - | |
184 | 181 | | |
185 | | - | |
186 | 182 | | |
187 | 183 | | |
188 | | - | |
189 | 184 | | |
190 | 185 | | |
191 | | - | |
192 | 186 | | |
193 | 187 | | |
194 | 188 | | |
| |||
198 | 192 | | |
199 | 193 | | |
200 | 194 | | |
201 | | - | |
202 | 195 | | |
203 | 196 | | |
204 | 197 | | |
| |||
0 commit comments