chore: add vitest testing infrastructure
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
6
.env.test.example
Normal file
6
.env.test.example
Normal file
@@ -0,0 +1,6 @@
|
||||
DATABASE_URL=mysql://user:password@127.0.0.1:3306/app_test
|
||||
JWT_SECRET=test-jwt-secret-do-not-use-in-production
|
||||
TOTP_ENCRYPTION_KEY=0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
|
||||
APP_ENV=local
|
||||
PORT=3099
|
||||
HOST=127.0.0.1
|
||||
Reference in New Issue
Block a user