Skip to content

Commit

Permalink
fix: fixed outdated snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshferrell committed Nov 29, 2017
1 parent 68c067b commit 86ddf39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/src/__tests__/__snapshots__/index.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ Object {
"private": false,
"repository": "git@github.com:joshferrell/hapi-maily.git",
"scripts": Object {
"build": "babel src -d lib --ignore src/**/**.spec.js",
"build": "babel src -d lib --ignore **/**.spec.js",
"coverage": "jest src/ --coverage",
"lint": "eslint src/**",
"test": "jest src/ --watchAll",
"test:ci": "jest src/ --coverage && cat ./coverage/lcov.info | coveralls",
},
"version": "1.0.0",
},
Expand Down

0 comments on commit 86ddf39

Please sign in to comment.