generated from coulomb/repo-seed
9fbd10ffbca815be7576579867cf6cd7f8f7d2d1
🧪 TestDrive UI
Baseline scaffold for test-driven browser UI component development with Lit, Mocha, and jsdom.
Commands
| Command | Description |
|---|---|
npm install |
Install dependencies |
npm test |
Run all Mocha tests headlessly |
npm run dev |
Start Vite dev server and preview components |
Folder layout
src/components/— individual components (each with .js, .test.js, .stories.js)test/setup.js— shared JSDOM environmentvite.config.js— dev preview config
Languages
JavaScript
79.6%
Python
8.8%
HTML
7.8%
Makefile
2.2%
CSS
1.6%