Web Dev Solutions

Catalin Mititiuc

From 163e3a9de59f5d6a8df38fa32a1e7dc4db1ad024 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Sat, 1 Jun 2024 17:50:58 -0700 Subject: Fix/refactor tests --- jest.config.integ.cjs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'jest.config.integ.cjs') 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/' + } }; -- cgit v1.2.3