UNPKG

quasqui

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

11 lines (8 loc) 244 B
import path from 'path'; import tempy from 'tempy'; export const resolveFromFixture = (...args: any[]) => path.resolve(__dirname, '../fixture', ...args); export const getTempDir = () => tempy.directory({ prefix: 'esmpack_test', });