File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ script:
2424- npm run test-travis || travis_terminate 1
2525- npm run lint
2626- npm run check-packages
27- - npm run test-integration-travis
27+ - npm run test-integration
2828
2929before_deploy :
3030- pyenv global 3.8
Original file line number Diff line number Diff line change 2222 "jest" : " jest" ,
2323 "test" : " npm run build && npm run lint && jest test/" ,
2424 "test-unit" : " npm run build && jest test/unit/" ,
25- "test-integration" : " npm run build && jest test/integration" ,
25+ "test-integration" : " npm run build && jest --runInBand test/integration" ,
2626 "test-examples" : " npm run build && jest examples/" ,
2727 "test-travis" : " jest --runInBand --testNamePattern='^((?!@slow).)*$' test/" ,
2828 "test-unit-travis" : " jest --runInBand test/unit/" ,
You can’t perform that action at this time.
0 commit comments