mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-02 18:11:36 +00:00
feat: Use Vitest for testing (#25284)
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
||||
pnpm run eslint
|
||||
|
||||
- name: Test
|
||||
run: pnpm run test-with-coverage
|
||||
run: pnpm run test:coverage
|
||||
|
||||
- name: Log in to the Docker container registry
|
||||
if: (github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push'
|
||||
@@ -188,4 +188,4 @@ jobs:
|
||||
run: pnpm run build
|
||||
|
||||
- name: Test
|
||||
run: pnpm run test-with-coverage
|
||||
run: pnpm run test:coverage
|
||||
|
||||
Reference in New Issue
Block a user