Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'jest.config.integ.cjs')
-rw-r--r--jest.config.integ.cjs3
1 files changed, 3 insertions, 0 deletions
diff --git a/jest.config.integ.cjs b/jest.config.integ.cjs
index 7e8af3c..28562ea 100644
--- a/jest.config.integ.cjs
+++ b/jest.config.integ.cjs
@@ -6,4 +6,7 @@ module.exports = {
setupFiles: ['./test/integration/helpers.cjs'],
testPathIgnorePatterns: ['/node_modules/', 'test/unit'],
testTimeout: 5000,
+ globals: {
+ testServerUrl: 'http://localhost:3005/'
+ }
};