-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not override existing index pages (#91)
* Don't override index.html pages with generated index pages * Tidy index path logic * Upgrade jest so it runs on latest version of Node 18 * Add note about index file generation to README
- Loading branch information
1 parent
7d6cbb0
commit 23f3569
Showing
6 changed files
with
1,945 additions
and
1,392 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
module.exports = { | ||
'snapshotSerializers': ['jest-serializer-html'] | ||
'snapshotSerializers': ['jest-serializer-html'], | ||
'snapshotFormat': { | ||
'printBasicPrototype': true | ||
} | ||
} |
Oops, something went wrong.