-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(validation): validate StrykerOptions using JSON schema
Use the declarative nature of JSON schema to make implementation more DRY and maintainable. * Use [ajv](https://github.com/epoberezkin/ajv) to validate StrykerOptions against the schema * Use ajv to fill in the default values
- Loading branch information
Showing
22 changed files
with
573 additions
and
357 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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.