Files
better-auth/e2e/integration/package.json
Alex Yang 6353e3da02 e2e: integration test for solid-js (#4469)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-09-08 16:49:01 -07:00

13 lines
209 B
JSON

{
"name": "integration",
"scripts": {
"e2e:integration": "playwright test"
},
"dependencies": {
"better-auth": "workspace:*"
},
"devDependencies": {
"@playwright/test": "^1.55.0"
}
}