Skip to content

Commit

Permalink
refactor: migrate on jest (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored and hiroppy committed Mar 27, 2019
1 parent dba5e02 commit e6c2b3c
Show file tree
Hide file tree
Showing 14 changed files with 3,141 additions and 2,406 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -18,10 +18,10 @@ cache:
matrix:
fast_finish: true
include:
- env: JOB_PART=lint
node_js: 6
- env: JOB_PART=pretest
node_js: 11
- &test
env: JOB_PART=test
env: JOB_PART=test:coverage
node_js: 6
- <<: *test
node_js: 8
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -37,4 +37,4 @@ before_test:
test_script:
- node --version
- npm --version
- cmd: npm test
- cmd: npm run test:only

0 comments on commit e6c2b3c

Please sign in to comment.