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:
2026-04-21 11:22:09 +02:00
committed by djalim
parent 0f7282ba87
commit 612c41c099
2 changed files with 8 additions and 1 deletions
+3
View File
@@ -24,3 +24,6 @@ jobs:
- name: Check linting
run: deno lint
- name: Run tests
run: deno test -A --no-check tests/