ensured password reset and account verification works as well as support dashboard
This commit is contained in:
@@ -16,4 +16,9 @@ export default defineConfig({
|
||||
port: 3000,
|
||||
},
|
||||
base: '/',
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'jsdom',
|
||||
setupFiles: './src/setupTests.ts',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user