prettier/tests/arrows/short_body.js

7 lines
170 B
JavaScript

const initializeSnapshotState = (
testFile: Path,
update: boolean,
testPath: string,
expand: boolean,
) => new SnapshotState(testFile, update, testPath, expand);