Skip to content

Commit

Permalink
Merge 10113eb into aa57384
Browse files Browse the repository at this point in the history
  • Loading branch information
georgios-uber committed Mar 21, 2019
2 parents aa57384 + 10113eb commit 75c628b
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 182 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -4,3 +4,7 @@ node_js:
- 8.15.0
install:
- yarn && yarn bootstrap
script:
- yarn test-ci
after_success:
- cat coverage/lcov.info | coveralls
2 changes: 1 addition & 1 deletion jest.config.js
@@ -1,4 +1,4 @@
module.exports = {
verbose: true,
testURL: 'http://localhost/'
collectCoverageFrom: ['modules/*/src/**/*.js', '!**/node_modules/**']
};
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -29,7 +29,7 @@
"test": "npm run lint && npm run build && npm run flow && npm run jest",
"test-r": "npm run lint && npm run build && npm run test-node && (cd test/rendering-test && node node-rendering.js)",
"test-fast": "npm run test-node",
"test-ci": "npm run lint && node test/node-ci.js",
"test-ci": "npm run lint && npm run build && npm run flow && npm run jest-cover",
"test-node": "node test/node.js",
"test-dist": "node test/node-dist.js",
"test-browser": "webpack-dev-server --env.test --progress --hot --open",
Expand Down Expand Up @@ -73,7 +73,6 @@
"jsdom": "^9.11.0",
"lerna": "^3.10.7",
"module-alias": "^2.0.0",
"nyc": "^10.2.0",
"pre-commit": "^1.2.2",
"prettier": "1.13.7",
"prettier-check": "^2.0.0",
Expand Down

0 comments on commit 75c628b

Please sign in to comment.