Skip to content

Commit

Permalink
refactor(samples): renamed trailing to extraChar
Browse files Browse the repository at this point in the history
Renamed the sample for the extra characters to `extraChar.json`
  • Loading branch information
Berkmann18 committed Sep 18, 2019
1 parent bae1038 commit fbf17a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ describe('fix trailing characters', () => {
})

it('fix extra characters', () => {
const json = fs.readFileSync('./test/samples/trailing.json', 'utf-8')
const json = fs.readFileSync('./test/samples/extraChar.json', 'utf-8')
const {data, changed} = jf(json)
expect(changed).toBeTruthy()
expect(data).toEqual({
Expand Down
File renamed without changes.

0 comments on commit fbf17a4

Please sign in to comment.