test-tmp
v1.3.1
Published
Get a fresh tmpdir for tests
Downloads
1,585
Readme
test-tmp
Get a fresh tmpdir for tests
npm install test-tmp
Usage
const test = require('brittle')
const tmp = require('test-tmp')
test('my test', async function (t) {
const dir = await tmp(t)
console.log('fresh dir for this test', dir)
})
License
MIT