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

24 lines
819 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`windows.js 1`] = `
====================================options=====================================
parsers: ["flow", "typescript"]
printWidth: 80
| printWidth
=====================================input======================================
const vscode = require("vscode");
const {getDir, getActiveFile, uint8arrayToString} = require("./utils");
let outChannel;
let _commands;
=====================================output=====================================
const vscode = require("vscode");
const { getDir, getActiveFile, uint8arrayToString } = require("./utils");
let outChannel;
let _commands;
================================================================================
`;