fork of hey-api/openapi-ts because I need some additional things
at feat/use-mutation-hooks 4 lines 162 B view raw
1import path from 'node:path'; 2 3export const snapshotsDir = path.join(__dirname, '..', '__snapshots__'); 4export const tmpDir = path.join(__dirname, '..', '.tmp');