Skip to content

Commit

Permalink
fix: move test specs to decap folders
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjagodic committed Oct 18, 2023
1 parent aaebd4b commit a528208
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('custom formats', () => {

it('can override existing formatters', () => {
// simplified version of a more realistic use case: using a different yaml library like js-yaml
// to make netlify-cms play nice with other tools that edit content and spit out yaml
// to make Decap CMS play nice with other tools that edit content and spit out yaml
registerCustomFormat('bad-yaml', 'yml', {
fromFile: file => Object.fromEntries(file.split('\n').map(line => line.split(': '))),
toFile: value =>
Expand Down

0 comments on commit a528208

Please sign in to comment.