Skip to content

Commit

Permalink
improved tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Zanoni committed Jun 18, 2020
1 parent f655e47 commit 466aa84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('isJsonObject', () => {
describe('isYamlObject', () => {
const trueValues = [
'a:\n b: 1',
'a: 2',
'a: 2'
]

const falseValues = [
Expand Down

0 comments on commit 466aa84

Please sign in to comment.