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

17 lines
330 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`comments.js 1`] = `
class Something {
@Annotateme()
// comment
static property: Array<string>;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
class Something {
@Annotateme()
// comment
static property: Array<string>;
}
`;