Skip to content

Commit a09e688

Browse files
committed
test: disable escaping string
1 parent b223eb6 commit a09e688

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

__tests__/jest.config.base.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ const path = require('path')
33
module.exports = {
44
collectCoverage: true,
55
collectCoverageFrom: ['<rootDir>/src/*.ts'],
6-
rootDir: path.dirname(__dirname)
6+
rootDir: path.dirname(__dirname),
7+
snapshotFormat: {
8+
escapeString: false
9+
}
710
}

0 commit comments

Comments
 (0)