// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`symbol.ts 1`] = ` ====================================options===================================== parsers: ["typescript"] printWidth: 80 | printWidth =====================================input====================================== function test(abc: Map) {} =====================================output===================================== function test(abc: Map) {} ================================================================================ `;