docs: Update architecture for supabase
test: Add tests for auth workflow
This commit is contained in:
14
vitest.integration.config.ts
Normal file
14
vitest.integration.config.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { defineConfig } from 'vitest/config'
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
environment: 'node',
|
||||
include: ['tests/integration/**/*.test.ts'],
|
||||
testTimeout: 30000,
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'~': new URL('./app', import.meta.url).pathname,
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user