Skip to content

Commit

Permalink
chore(deps): bump js-yaml from 3.14.1 to 4.0.0 (#36)
Browse files Browse the repository at this point in the history
* chore(deps): bump js-yaml from 3.14.1 to 4.0.0

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 4.0.0.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@3.14.1...4.0.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Updated config.test.ts due to changes in error messages

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fuxing Loh <[email protected]>
  • Loading branch information
dependabot[bot] and fuxingloh authored Jan 18, 2021
1 parent 5c3102c commit 8635934
Show file tree
Hide file tree
Showing 5 changed files with 717 additions and 757 deletions.
4 changes: 2 additions & 2 deletions __tests__/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ describe('invalid labels', () => {

it('malformed-escaping.yml', function () {
expect(() => parseConfig('invalid/malformed-escaping.yml')).toThrow(
/unknown escape sequence at .+/
/unknown escape sequence .+/
)
})

it('malformed-indent.yml', function () {
expect(() => parseConfig('invalid/malformed-indent.yml')).toThrow(
/bad indentation of a mapping entry at .+/
/bad indentation of a mapping entry .+/
)
})

Expand Down
Loading

0 comments on commit 8635934

Please sign in to comment.