We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b223eb6 commit a09e688Copy full SHA for a09e688
__tests__/jest.config.base.js
@@ -3,5 +3,8 @@ const path = require('path')
3
module.exports = {
4
collectCoverage: true,
5
collectCoverageFrom: ['<rootDir>/src/*.ts'],
6
- rootDir: path.dirname(__dirname)
+ rootDir: path.dirname(__dirname),
7
+ snapshotFormat: {
8
+ escapeString: false
9
+ }
10
}
0 commit comments