prettier/tests/graphql_enum/__snapshots__/jsfmt.spec.js.snap

24 lines
624 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`enum.graphql 1`] = `
====================================options=====================================
parsers: ["graphql"]
printWidth: 80
| printWidth
=====================================input======================================
enum State {
PENDING
VISIBLE
ARCHIVED
}
=====================================output=====================================
enum State {
PENDING
VISIBLE
ARCHIVED
}
================================================================================
`;