Web Dev Solutions

Catalin Mititiuc

From 0e2ddffc82a8fed48d5edd7be42be1d06a035314 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Thu, 2 May 2024 11:53:08 -0700 Subject: Change double quotes to single --- jest.config.integ.cjs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'jest.config.integ.cjs') diff --git a/jest.config.integ.cjs b/jest.config.integ.cjs index 1b7b6a9..0b50bae 100644 --- a/jest.config.integ.cjs +++ b/jest.config.integ.cjs @@ -1,8 +1,8 @@ -console.log("Jest config file read."); +console.log('Jest config file read.'); module.exports = { - globalSetup: "./test/integration/setup.cjs", - globalTeardown: "./test/integration/teardown.cjs", - testPathIgnorePatterns: ["/node_modules/", "test/unit"], + globalSetup: './test/integration/setup.cjs', + globalTeardown: './test/integration/teardown.cjs', + testPathIgnorePatterns: ['/node_modules/', 'test/unit'], testTimeout: 5000 }; -- cgit v1.2.3