test(web): fix instrumentation for integration tests (#3282)

pull/3279/head
Amir Zarrinkafsh 2022-05-02 14:03:09 +10:00 committed by GitHub
parent c7d992f341
commit 11a8e24b71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ export default defineConfig(({ mode }) => {
exclude: ["node_modules"],
extension: [".js", ".jsx", ".ts", ".tsx"],
checkProd: false,
forceBuildInstrument: true,
requireEnv: true,
})
: undefined;