Skip to content

Commit

Permalink
Add a test site to run integration tests against
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Nov 27, 2024
1 parent 0db2b37 commit ce437bd
Show file tree
Hide file tree
Showing 14 changed files with 4,526 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"scripts": {
"dev": "tsc --watch --incremental",
"build": "rm -rf dist && tsc",
"test": "vitest",
"prepare": "lefthook install",
"check": "biome check",
"fix": "biome check --write"
Expand All @@ -30,6 +31,7 @@
"@types/node": "18.15.3",
"astro": "2.1.3",
"lefthook": "1.8.4",
"typescript": "4.9.5"
"typescript": "4.9.5",
"vitest": "2.1.6"
}
}
Loading

0 comments on commit ce437bd

Please sign in to comment.