Commit f2bb627
committed
refactor: remove jsdom dependency from vitest config
The jsdom environment was configured but none of the unit tests use DOM
APIs — they all test pure logic (dependency graphs, content hashing, URL
paths, entry path validation). Switch to the default node environment
and remove the jsdom devDependency.
Closes #88
https://claude.ai/code/session_01MXf6zdcermnEnEYtCNES6K1 parent 49292da commit f2bb627
4 files changed
Lines changed: 56 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments