aboutsummaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/jest.config.js b/jest.config.js
index b7462c4..2506cf3 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -23,7 +23,7 @@ module.exports = {
// collectCoverageFrom: undefined,
// The directory where Jest should output its coverage files
- coverageDirectory: "coverage",
+ coverageDirectory: 'coverage',
// An array of regexp pattern strings used to skip coverage collection
// coveragePathIgnorePatterns: [
@@ -31,7 +31,7 @@ module.exports = {
// ],
// Indicates which provider should be used to instrument code for coverage
- coverageProvider: "babel",
+ coverageProvider: 'babel',
// A list of reporter names that Jest uses when writing coverage reports
// coverageReporters: [
@@ -137,7 +137,7 @@ module.exports = {
// snapshotSerializers: [],
// The test environment that will be used for testing
- testEnvironment: "jsdom",
+ testEnvironment: 'jsdom',
// Options that will be passed to the testEnvironment
// testEnvironmentOptions: {},