Skip to content

Commit a1eca14

Browse files
committed
Add frontend unit test environment with Vitest
1 parent 1836385 commit a1eca14

19 files changed

+3995
-174
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ lerna-debug.log*
99

1010
node_modules
1111
dist
12+
coverage
1213
dist-ssr
1314
*.local
1415

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,11 @@ docker compose up --build
3737

3838
# Per spegnere
3939
Nel terminale premere Ctrl+C oppure "docker compose down"
40+
41+
42+
## Setup Frontend Unit Tests (no docker needed)
43+
44+
Install dependencies:
45+
46+
```bash
47+
npm install

0 commit comments

Comments
 (0)