Skip to content

Commit

Permalink
Pick from #1567
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Sep 13, 2021
1 parent 721a1e5 commit f602e10
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"lib",
"plugins",
"dist",
"!**/**.test.js"
"!**/*.test.js"
],
"scripts": {
"test": "jest --coverage",
Expand Down Expand Up @@ -91,6 +91,11 @@
}
]
},
"jest": {
"coveragePathIgnorePatterns": [
"fixtures"
]
},
"dependencies": {
"@trysound/sax": "0.2.0",
"colorette": "^1.3.0",
Expand Down

0 comments on commit f602e10

Please sign in to comment.