Skip to content

Commit

Permalink
Fix linter errors. Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Jul 15, 2024
1 parent 1224303 commit 7854c18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
### Added
- Logging link to the launch on its finish now available by default.
### Changed
- **Breaking change** Drop support of Node.js 10, 12. The version [5.0.3](https://github.com/reportportal/agent-js-jasmine/releases/tag/v5.0.3) is the latest that supports it.
- **Breaking change** Drop support of Node.js 10. The version [5.0.3](https://github.com/reportportal/agent-js-jasmine/releases/tag/v5.0.3) is the latest that supports it.
- `@reportportal/client-javascript` bumped to version `5.1.4`, new `launchUuidPrintOutput` types introduced: 'FILE', 'ENVIRONMENT'.
### Security
- Updated versions of vulnerable packages (braces).
### Deprecated
- Node.js 12 usage. This minor version is the latest that supports Node.js 12.

## [5.0.3] - 2024-01-19
### Changed
- `@reportportal/client-javascript` bumped to version `5.0.15`, `launchUuidPrint` and `launchUuidPrintOutput` configuration options introduced.
### Deprecated
- Node.js 10, 12 usage. This version is the latest that supports Node.js 10, 12.
- Node.js 10 usage. This minor version is the latest that supports Node.js 10.
### Fixed
- [#86](https://github.com/reportportal/agent-js-jasmine/issues/86) `DEBUG` mode has no effect.

Expand Down
5 changes: 1 addition & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
module.exports = {
moduleFileExtensions: ['js'],
testRegex: '/__tests__/.*\\.spec.(js)$',
collectCoverageFrom: [
'lib/**',
'!lib/constants/**'
],
collectCoverageFrom: ['lib/**', '!lib/constants/**'],
coverageThreshold: {
global: {
branches: 80,
Expand Down

0 comments on commit 7854c18

Please sign in to comment.