Web Dev Solutions

Catalin Mititiuc

From d826a01ff91301d88762a59881ac53053926b5be Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Sun, 2 Jun 2024 14:46:27 -0700 Subject: Add integration test-helpers and refactor integration tests --- jest.config.integ.cjs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'jest.config.integ.cjs') diff --git a/jest.config.integ.cjs b/jest.config.integ.cjs index 28562ea..083cbd7 100644 --- a/jest.config.integ.cjs +++ b/jest.config.integ.cjs @@ -5,8 +5,9 @@ module.exports = { globalTeardown: './test/integration/teardown.cjs', setupFiles: ['./test/integration/helpers.cjs'], testPathIgnorePatterns: ['/node_modules/', 'test/unit'], - testTimeout: 5000, + verbose: true, + randomize: true, globals: { testServerUrl: 'http://localhost:3005/' - } + }, }; -- cgit v1.2.3