fix(ci): install jsdom in frontend workflow before vitest
This commit is contained in:
@@ -97,6 +97,10 @@ jobs:
|
|||||||
working-directory: ./frontend
|
working-directory: ./frontend
|
||||||
run: bun run lint
|
run: bun run lint
|
||||||
|
|
||||||
|
- name: Install jsdom for Vitest
|
||||||
|
working-directory: ./frontend
|
||||||
|
run: bun add -d jsdom
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
working-directory: ./frontend
|
working-directory: ./frontend
|
||||||
run: bun run test
|
run: bun run test
|
||||||
|
|||||||
Reference in New Issue
Block a user