Skip to content

Commit b9abf73

Browse files
authored
Merge pull request #138 from Turbo87/snaaaap
Convert test suite to use Jest snapshot tests instead of fixture files
2 parents b91b5c9 + 8515886 commit b9abf73

74 files changed

Lines changed: 1255 additions & 627 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package-lock.json

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"eslint": "^6.5.0",
4141
"eslint-config-prettier": "^6.3.0",
4242
"eslint-plugin-prettier": "^3.1.1",
43-
"jest": "^24.9.0"
43+
"jest": "^24.9.0",
44+
"strip-indent": "^3.0.0"
4445
},
4546
"engines": {
4647
"node": "^8 || >=10"

0 commit comments

Comments
 (0)