Bump jest from 26.6.3 to 27.0.3 (#352)

* Bump jest from 26.6.3 to 27.0.3

Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.0.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v26.6.3...v27.0.3)

Signed-off-by: dependabot[bot] <support@github.com>

* Use jsdom test env

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Glen Cheney <cheney.glen@gmail.com>
pull/354/head
dependabot[bot] 3 years ago committed by GitHub
parent d6257d161c
commit 5b020f3257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,21 +6,14 @@ module.exports = {
coverageDirectory: 'coverage', coverageDirectory: 'coverage',
// An array of regexp pattern strings used to skip coverage collection // An array of regexp pattern strings used to skip coverage collection
coveragePathIgnorePatterns: [ coveragePathIgnorePatterns: ['/node_modules/', '/test/'],
'/node_modules/',
'/test/',
],
// A list of reporter names that Jest uses when writing coverage reports // A list of reporter names that Jest uses when writing coverage reports
coverageReporters: [ coverageReporters: ['text', 'lcov'],
'text',
'lcov',
],
// An array of regexp pattern strings that are matched against all test paths, // An array of regexp pattern strings that are matched against all test paths,
// matched tests are skipped // matched tests are skipped
testPathIgnorePatterns: [ testPathIgnorePatterns: ['<rootDir>/gulp/', '/node_modules/'],
'<rootDir>/gulp/',
'/node_modules/', testEnvironment: 'jsdom',
],
}; };

@ -64,7 +64,7 @@
"gulp-postcss": "^9.0.0", "gulp-postcss": "^9.0.0",
"gulp-sass": "^4.0.0", "gulp-sass": "^4.0.0",
"gulp-shell": "^0.8.0", "gulp-shell": "^0.8.0",
"jest": "^26.1.0", "jest": "^27.0.3",
"postcss": "^8.2.8", "postcss": "^8.2.8",
"rollup": "^2.2.0", "rollup": "^2.2.0",
"rollup-plugin-terser": "^7.0.0", "rollup-plugin-terser": "^7.0.0",

Loading…
Cancel
Save