ci: add test job to lint workflow and update deno.json
Add test script to deno.json Add @std/assert, @std/testing, happy-dom dependencies
This commit is contained in:
@@ -24,3 +24,6 @@ jobs:
|
||||
|
||||
- name: Check linting
|
||||
run: deno lint
|
||||
|
||||
- name: Run tests
|
||||
run: deno test -A --no-check tests/
|
||||
|
||||
Reference in New Issue
Block a user