Skip to content

Commit e6c2b3c

Browse files
evilebottnawihiroppy
authored andcommitted
refactor: migrate on jest (#386)
1 parent dba5e02 commit e6c2b3c

14 files changed

+3141
-2406
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ cache:
1818
matrix:
1919
fast_finish: true
2020
include:
21-
- env: JOB_PART=lint
22-
node_js: 6
21+
- env: JOB_PART=pretest
22+
node_js: 11
2323
- &test
24-
env: JOB_PART=test
24+
env: JOB_PART=test:coverage
2525
node_js: 6
2626
- <<: *test
2727
node_js: 8

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ before_test:
3737
test_script:
3838
- node --version
3939
- npm --version
40-
- cmd: npm test
40+
- cmd: npm run test:only

0 commit comments

Comments
 (0)