Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'jest.config.integ.cjs')
-rw-r--r--jest.config.integ.cjs8
1 files changed, 4 insertions, 4 deletions
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
};