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

24 lines
624 B
Plaintext
Raw Normal View History

2017-06-28 05:20:53 +03:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`enum.graphql 1`] = `
====================================options=====================================
parsers: ["graphql"]
printWidth: 80
| printWidth
=====================================input======================================
2017-06-28 05:20:53 +03:00
enum State {
PENDING
VISIBLE
ARCHIVED
}
=====================================output=====================================
2017-06-28 05:20:53 +03:00
enum State {
PENDING
VISIBLE
ARCHIVED
}
================================================================================
2017-06-28 05:20:53 +03:00
`;