UNPKG

tsc-watch

Version:

The TypeScript compiler with onSuccess command

8 lines (5 loc) 194 B
const fse = require('fs-extra'); before(() => fse.copySync(`${process.cwd()}/test/fixtures`, `${process.cwd()}/tmp/fixtures`)); after(() => fse.removeSync(`${process.cwd()}/tmp`));