Skip to content

Commit

Permalink
test: update jest ci options
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonoh committed Oct 21, 2019
1 parent 079e8e5 commit 04d0e42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:

- run: yarn install

- run: yarn build

- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

- run: yarn test:coverage
- run: yarn test:ci
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
"build:ec2-types": "ts-node -T util/generate-ec2-types.ts",
"build": "tsc",
"changelog": "conventional-changelog -i CHANGELOG.md -s -p angular",
"test": "jest --runInBand",
"test": "jest --runInBand --verbose",
"test:coverage": "yarn test --coverage",
"test:ci": "yarn test:coverage --ci",
"lint": "eslint **/*.ts"
},
"config": {
Expand Down

0 comments on commit 04d0e42

Please sign in to comment.