diff options
| author | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-06 19:05:34 -0500 |
|---|---|---|
| committer | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-06 19:05:34 -0500 |
| commit | eaa2b97a8c6077ba7f2610eb7c7f394a62e433ec (patch) | |
| tree | fb23de1891e8bee11a8ae76d1de6ba2505cfbba6 /jest.config.js | |
| parent | ce2dda018d8dcdf7b4be8c52886fb56bfe7bdf00 (diff) | |
Lint!
Diffstat (limited to 'jest.config.js')
| -rw-r--r-- | jest.config.js | 6 |
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: {}, |
