✨ Add login redirection
* ✨ Add login redirection * 🚑 Fix cross site scripting using server side regex validation * ✅ Add unit test
This commit is contained in:
@@ -9,7 +9,7 @@ export default defineConfig({
|
||||
environment: 'happy-dom',
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
reporter: ['html'],
|
||||
reporter: ['html', 'json-summary', 'json'],
|
||||
all: true,
|
||||
exclude: ['.next/', '.yarn/', 'data/'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user