Skip to content

Commit

Permalink
fix: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
barbados-clemens committed Jun 2, 2023
1 parent 0139996 commit d66ac2f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 8 deletions.
2 changes: 2 additions & 0 deletions e2e/__tests__/__snapshots__/showConfig.test.ts.snap
Expand Up @@ -8,6 +8,8 @@ exports[`--showConfig outputs config info and exits 1`] = `
"cache": false,
"cacheDirectory": "/tmp/jest",
"clearMocks": false,
"collectCoverageFrom": [],
"coverageDirectory": "<<REPLACED_ROOT_DIR>>/coverage",
"coveragePathIgnorePatterns": [
"/node_modules/"
],
Expand Down
Expand Up @@ -7,6 +7,11 @@ exports[`prints the config object 1`] = `
"cache": false,
"cacheDirectory": "/test_cache_dir/",
"clearMocks": false,
"collectCoverageFrom": [
"src",
"!public"
],
"coverageDirectory": "coverage",
"coveragePathIgnorePatterns": [],
"cwd": "/test_root_dir/",
"detectLeaks": false,
Expand Down

0 comments on commit d66ac2f

Please sign in to comment.