We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd5db3 commit 659f0d4Copy full SHA for 659f0d4
jest.config.js
@@ -12,6 +12,7 @@ module.exports = {
12
],
13
testEnvironment: 'node',
14
globalSetup: './jest-global-setup.js',
15
+ snapshotSerializers: ['jest-serializer-html'],
16
// Notify not working correctly; we want to only get a notification when tests fail, and then get ONE success notificaiton after it passes
17
// notify: true,
18
// notifyMode: 'failure-success',
package.json
@@ -49,7 +49,8 @@
49
"dependencies": {
50
"sassdoc": "^2.5.0",
51
"npm-run-all": "^4.1.5",
52
- "jest": "^23.5.0"
+ "jest": "^23.6.0",
53
+ "jest-serializer-html": "^5.0.0"
54
},
55
"devDependencies": {
56
"editorconfig-checker": "^1.3.3",
0 commit comments