Skip to content

Commit

Permalink
fix: da tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eligundry committed Sep 24, 2024
1 parent 7c07186 commit 9d9fa92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/envSchema.server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const baseEnv = {
SPOTIFY_CLIENT_SECRET: 'yyy',
TURSO_DATABASE_URL: 'libsql://database.turso.io',
TURSO_DATABASE_AUTH_TOKEN: 'xxx',
LOCAL_DATABASE_URL: 'file:.data/local.db',
}

describe('envSchema', () => {
Expand Down

0 comments on commit 9d9fa92

Please sign in to comment.