first integration tests (#64)

resolves #60

Co-authored-by: johba <johba@harb.eth>
Reviewed-on: https://codeberg.org/johba/harb/pulls/64
This commit is contained in:
johba 2025-10-05 19:40:14 +02:00
parent d6f0bf4f02
commit 1645865c5a
14 changed files with 913 additions and 2226 deletions

View file

@ -1,9 +1,13 @@
{
"devDependencies": {
"@playwright/test": "^1.55.1",
"playwright-mcp": "^0.0.12"
"playwright-mcp": "^0.0.12",
"ethers": "^6.11.1",
"husky": "^9.0.11"
},
"scripts": {
"prepare": "husky"
}
"prepare": "husky",
"test:e2e": "playwright test"
},
"type": "module"
}