Skip to content

Commit

Permalink
Enable Chrome for Karma tests (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-jasso authored Nov 18, 2020
1 parent 6c6c092 commit c082277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ run_unit_tests: &run_unit_tests
run_karma_tests: &run_karma_tests
run:
name: Run Karma tests
command: npx karma start karma.config.js --single-run --browsers FirefoxHeadless
command: yarn karma


# Jobs definition
Expand Down

0 comments on commit c082277

Please sign in to comment.