Skip to content

Commit

Permalink
chore(deps): bump jsdom and jest (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 8, 2023
1 parent 47921ed commit 389fe14
Show file tree
Hide file tree
Showing 2 changed files with 8,017 additions and 10,599 deletions.
18 changes: 9 additions & 9 deletions __tests__/__snapshots__/jest-preset.spec.js.snap
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`a jest configuration is exported 1`] = `
Object {
{
"cache": Any<Boolean>,
"cacheDirectory": "<rootDir>/.jest-cache",
"collectCoverage": true,
"collectCoverageFrom": Array [
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
"!**/node_modules/**",
"!test-results/**",
],
"coverageDirectory": "<rootDir>/test-results/coverage",
"coverageReporters": Array [
"coverageReporters": [
"text",
"lcov",
"cobertura",
],
"coverageThreshold": Object {
"global": Object {
"coverageThreshold": {
"global": {
"branches": 100,
"functions": 100,
"lines": 100,
"statements": 100,
},
},
"moduleNameMapper": Object {
"\\\\.(css|scss)$": "identity-obj-proxy",
"moduleNameMapper": {
"\\.(css|scss)$": "identity-obj-proxy",
},
"modulePathIgnorePatterns": Array [
"modulePathIgnorePatterns": [
"npm-cache",
".npm",
],
"setupFilesAfterEnv": Any<Array>,
"snapshotSerializers": Array [
"snapshotSerializers": [
"enzyme-to-json/serializer",
],
"testEnvironment": "jsdom",
Expand Down
Loading

0 comments on commit 389fe14

Please sign in to comment.