Skip to content

Commit

Permalink
docs: Ensure compliancy with linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
pboychev-bcom committed Nov 19, 2024
1 parent 17262c9 commit fcef83f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/versions/latest/Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Unit tests were locked to a specific version of Jasmine.
There are two out-of-the-box options for test frameworks: Jasmine and Jest.
The default behavior will be fully backwards compatible. Optionally the user is able to specify which
framework should be used as well as its version or even completely override how the unit tests are being ran.
#### Relevant Documentation:
#### Relevant Documentation
More in-depth documentation is available in the [vrotest](./../../../typescript/vrotest/) component.

[//]: # (### *Improvement Name* )
Expand Down
2 changes: 1 addition & 1 deletion typescript/vrotest/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Supported properties:
- `test.framework.jasmine.reporters.version` - version of the Jasmine reporters package to use when using the `jasmine` option for the framework selection, optional, defaults to `^2.5.2` for backward compatibility if omitted.
- `test.ansicolors.version` - The `ansi-colors` npm package is used in the Jasmine reporters configured for the tests, optional, defaults to `^4.1.1` for backward compatibility if omitted.

**Configuration examples**
#### Configuration examples
1. **Jasmine, backwards compatiblе.**
No changes are needed. The configuration is fully aligned with the current behavior.
1. **Jasmine, custom version.**
Expand Down

0 comments on commit fcef83f

Please sign in to comment.