// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`trailing.js 1`] = ` export type Result = | { kind: "not-test-editor1" } | { kind: "not-test-editor2" }; // Note: there are trailing whitespace in this file \` \` + \` \`; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ export type Result = | { kind: "not-test-editor1" } | { kind: "not-test-editor2" }; // Note: there are trailing whitespace in this file \` \` + \` \`; `;