Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Aug 22, 2021
1 parent 7bf33b5 commit 90c2a37
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
1 change: 0 additions & 1 deletion docs/Configuration.md
Expand Up @@ -980,7 +980,6 @@ test('does not show prototypes for object and array inline', () => {
});
```


### `snapshotResolver` \[string]

Default: `undefined`
Expand Down
1 change: 1 addition & 0 deletions e2e/snapshot-escape/__tests__/snapshot.test.js
Expand Up @@ -8,3 +8,4 @@

// prettier-ignore
test('escape strings', () => expect('one: \\\'').toMatchSnapshot());
test('escape strings two', () => expect('two: \'"').toMatchSnapshot());
Expand Up @@ -18,7 +18,6 @@ exports[`prints the config object 1`] = `
"globals": {},
"haste": {},
"injectGlobals": true,
"inlineSnapshotFormat": {},
"moduleDirectories": [],
"moduleFileExtensions": [
"js"
Expand Down Expand Up @@ -77,7 +76,6 @@ exports[`prints the config object 1`] = `
"expand": false,
"findRelatedTests": false,
"forceExit": false,
"inlineSnapshotFormat": {},
"json": false,
"lastCommit": false,
"listTests": false,
Expand Down

0 comments on commit 90c2a37

Please sign in to comment.