Browse Source

verydisco-reverso: test and subject review

pull/761/head
Clement Denis 3 years ago committed by Clément
parent
commit
7cf59f7507
  1. 5
      js/tests/verydisco-reverso_test.mjs

5
js/tests/verydisco-reverso_test.mjs

@ -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)

Loading…
Cancel
Save