verydisco-reverso: test and subject review

This commit is contained in:
Clement Denis 2021-03-09 21:06:41 +00:00 committed by Clément
parent cda257e763
commit 7cf59f7507
1 changed files with 1 additions and 4 deletions

View File

@ -7,10 +7,7 @@ import * as cp from 'child_process'
const exec = promisify(cp.exec)
export const tests = []
const randomLetters = (number) =>
Math.random()
.toString(36)
.substring(0, number)
export const setup = async ({ path }) => {
const dir = `${tmpdir()}/verydisco-reverso`
await mkdir(dir)