test: reenable nuxt runtime tests (with latest test-utils) (#2497)

This commit is contained in:
Daniel Roe 2023-12-14 11:45:52 +00:00 committed by GitHub
parent 2b421f1039
commit 3ae2d50bff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 252 additions and 280 deletions

View file

@ -31,7 +31,7 @@ jobs:
run: pnpm nuxi prepare
- name: 🧪 Test project
run: pnpm test tests/unit
run: pnpm test
- name: 📝 Lint
run: pnpm lint