mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
chore: disable string escaping in snapshots (#7131)
This commit is contained in:
parent
4134ebb3fb
commit
9145ae88cc
60 changed files with 1881 additions and 1884 deletions
|
@ -69,6 +69,7 @@ export default {
|
|||
'jest-serializer-react-helmet-async',
|
||||
],
|
||||
snapshotFormat: {
|
||||
escapeString: false,
|
||||
printBasicPrototype: false,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue