Skip to content

Commit

Permalink
add dependencies for tests and modify jest.config (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shulammite-Aso committed Jul 21, 2020
1 parent 9bd0750 commit e9e7bb4
Show file tree
Hide file tree
Showing 4 changed files with 6,282 additions and 1,107 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ language: node_js
node_js:
- '10'
- '12'
pre_script: npm run build
pre_script: npm run build
script: npm run test
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
},
preset: "jest-puppeteer",
testMatch: [
"**/tests/**/*.test.js"
"**/test/**/*.test.js"
],
verbose: true,
};
Loading

0 comments on commit e9e7bb4

Please sign in to comment.