-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(checkbox): Add Jasmine test for checkbox foundation. (#5299)
- Add checkbox foundation test using Jasmine framework (converted from existing Mocha test). Does not delete Mocha test yet; this will be done in a follow-up PR. - Set up Karma config such that `npm run test:jasmineunit` runs Karma/Jasmine unit tests, `npm run test:mochaunit` runs Karma/Mocha unit tests, and `npm run test:unit` runs both. - Set up code coverage via `karma-typescript`/`istanbul`. Thresholds are lowered for now since Jasmine tests do not cover component tests yet, which were increasing the coverage percentage.
- Loading branch information
Showing
9 changed files
with
1,622 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.