Skip to content

Commit

Permalink
fixture API doc to reflect cypress-io/cypress#924 behavior change (st…
Browse files Browse the repository at this point in the history
…op formatting and saving fixtures) (#244)
  • Loading branch information
MarcLoupias authored and brian-mann committed Nov 20, 2017
1 parent 2b2ca1c commit acaf6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/api/commands/fixture.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ cy.route('GET', '/users/**', 'fx:users') // this also works

## Validation

***Validation and Formatting***
***Automated File Validation***

Cypress automatically validates and formats your fixtures. If your `.json`, `.js`, or `.coffee` files contain syntax errors, they will be shown in the Command Log.
Cypress automatically validates your fixtures. If your `.json`, `.js`, or `.coffee` files contain syntax errors, they will be shown in the Command Log.

## Encoding

Expand Down

0 comments on commit acaf6f6

Please sign in to comment.