diff options
| author | stonedDiscord <stonedDiscord@users.noreply.github.com> | 2024-11-20 13:04:14 +0000 |
|---|---|---|
| committer | GitHub Action <actions@github.com> | 2024-11-20 13:04:14 +0000 |
| commit | b8283b373caa2ac198497a8dd466bf494d81982a (patch) | |
| tree | 23de734e7ab5c093ace1d1a8fec716bb7603bdbf /jest.config.js | |
| parent | 376fadcca3a1b5c32a3361b2843c6c576237a1a3 (diff) | |
Prettified Code!
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 2506cf3..b7462c4 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: {}, |
