Skip to content

Commit

Permalink
Switch to jest
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehansen committed Jan 5, 2018
1 parent 3a9d6ef commit f225791
Show file tree
Hide file tree
Showing 25 changed files with 2,295 additions and 874 deletions.
8 changes: 1 addition & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,13 @@ jobs:
- run:
name: dependencies
command: npm install
- run:
name: install-junit-reporter
command: npm install mocha-junit-reporter
- run:
name: test
command: npm run ci
environment:
MOCHA_REPORTER: mocha-junit-reporter
MOCHA_FILE: /tmp/tests/junit/test-results.xml
JEST_JUNIT_OUTPUT: /tmp/tests/junit/test-results.xml
- store_test_results:
path: /tmp/tests
- store_artifacts:
path: test-results.xml
deploy:
docker:
- image: node:8
Expand Down
Loading

0 comments on commit f225791

Please sign in to comment.