UNPKG

klee

Version:

Record browser interactions for testing.

12 lines (9 loc) 320 B
const constants = require('../lib/constants') const {makeDirSync} = require('../lib/files') const {STORE_DIR} = constants module.exports = async function () { makeDirSync(STORE_DIR) // check for latest version // check if all constants dirs exist // process.stdout.write(`example hook running ${opts.id}\n`) }