Skip to content

Commit b578f5c

Browse files
committed
docs: update outdated tech stack and incorrect test commands
1 parent 6edec0a commit b578f5c

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,18 @@ UI components, however, the project is set up to independently use any _JavaScri
99
or the _JS DOM API_ directly. It is bundled using _Vite_.
1010

1111
- Application
12-
- TypeScript 4
13-
- React 17
12+
- TypeScript 5
13+
- React 18
1414
- SCSS
1515

1616
- Tooling
1717
- Node.js
18-
- Vite 4
18+
- Vite 6
1919
- ESLint
2020
- Docker
2121

2222
- Testing
23-
- Jest
24-
- Cypress
23+
- Vitest
2524

2625
## Development
2726

docs/DEV.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -192,18 +192,12 @@ After you are set-up, the steps you take depend on what you want to do:
192192
- For running unit tests, run
193193

194194
```bash
195-
npm run test:unit
195+
npm run test
196196
```
197197

198-
- For running end-to-end tests, run
198+
This uses **Lerna + Vitest** to run tests across all packages.
199199

200-
```bash
201-
## In 1 terminal
202-
npm run build
203-
npm run preview
204-
## In another terminal
205-
npm run test:e2e
206-
```
200+
No end to end test framework is currently configured.
207201

208202
_**Note:**_ If you're running using _Docker Desktop_ on _Windows_ or _Mac_, you might experience
209203
longer execution times for these scripts. This happens due to cross-file-system communication.

0 commit comments

Comments
 (0)