mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
test(web): fix instrumentation for integration tests (#3282)
This commit is contained in:
parent
c7d992f341
commit
11a8e24b71
|
@ -28,6 +28,7 @@ export default defineConfig(({ mode }) => {
|
|||
exclude: ["node_modules"],
|
||||
extension: [".js", ".jsx", ".ts", ".tsx"],
|
||||
checkProd: false,
|
||||
forceBuildInstrument: true,
|
||||
requireEnv: true,
|
||||
})
|
||||
: undefined;
|
||||
|
|
Loading…
Reference in New Issue
Block a user