remove teardown

This commit is contained in:
Evan You
2018-01-05 17:56:25 -05:00
parent b436f8e669
commit 799151eb71
3 changed files with 4 additions and 7 deletions

4
scripts/cleanTestDir.js Normal file
View File

@@ -0,0 +1,4 @@
const path = require('path')
const rimraf = require('rimraf')
rimraf.sync(path.resolve(__dirname, '../packages/test/*'))

View File

@@ -1,6 +0,0 @@
const path = require('path')
const rimraf = require('rimraf')
module.exports = () => {
rimraf.sync(path.resolve(__dirname, '../packages/test/*'))
}