Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SKalt committed Oct 14, 2019
1 parent 770df2d commit 0c1a0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lint": "prettier './!(node_modules|_site)/!(dist)/**/*.{js,json,yml,yaml,md}'",
"prebuild": "concurrently 'yarn:build:webpack:*' 'yarn:build:rollup:*'",
"build": "yarn build:jekyll",
"test": "concurrently 'yarn:lint -c' 'jest ./tests'"
"test": "concurrently 'yarn:lint -c' 'yarn jest --testPathIgnorePatterns _site'"
},
"dependencies": {
"lodash-es": "^4.17.15"
Expand Down

0 comments on commit 0c1a0bf

Please sign in to comment.