__snapshots__/xxx.test.ts.snapexports[`adds 1 + 2 to equal 3 1`] = `3`;
tsit('toUpperCase', () => { const result = toUpperCase('foobar') expect(result).toMatchSnapshot() })