UNPKG

@dword-design/tester-plugin-tmp-dir

Version:

<!-- TITLE/ --> # @dword-design/tester-plugin-tmp-dir <!-- /TITLE -->

9 lines 241 B
import withLocalTmpDir from 'with-local-tmp-dir'; export default (options => ({ async afterEach() { await this.resetWithLocalTmpDir(); }, async beforeEach() { this.resetWithLocalTmpDir = await withLocalTmpDir(options); } }));