All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Package.json tags.
- Simple configuration option in
README.md
for easy setup with default options.
extensions
option to specify which types of files to check.exclusions
option to exclude certain files or directories from checking.exclusionRules
option to exclude files based on content using strings or regular expressions..gitignore
file to excludenode_modules
and other common development files/directories.congratulations
option to customize congratulatory messages when all necessary files have tests.depthLevel
option to specify how many levels of subdirectories to check for test files.mockIdentifier
option to define the string used for identifying mock files.showStatistics
option to determine if the reporter should display statistics about checked files, files with tests, and files missing tests.- Enhanced
README.md
documentation to better describe configuration options and their usage.
- Improved the order of configuration options in
README.md
based on importance, utility, and likelihood of use.
- Link to the GitHub repository in
package.json
.
- Initialization of the
jest-angular-test-verifier
project. - Main implementation of the verifier to ensure files have corresponding tests.
showTestedFiles
option to determine if files with tests should be displayed.failOnMissingTests
option to specify if Jest should fail when files are missing tests.