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

17 lines
251 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`enum.graphql 1`] = `
enum State {
PENDING
VISIBLE
ARCHIVED
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
enum State {
PENDING
VISIBLE
ARCHIVED
}
`;