mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-13 12:40:18 -05:00
remove teardown
This commit is contained in:
4
scripts/cleanTestDir.js
Normal file
4
scripts/cleanTestDir.js
Normal file
@@ -0,0 +1,4 @@
|
||||
const path = require('path')
|
||||
const rimraf = require('rimraf')
|
||||
|
||||
rimraf.sync(path.resolve(__dirname, '../packages/test/*'))
|
||||
@@ -1,6 +0,0 @@
|
||||
const path = require('path')
|
||||
const rimraf = require('rimraf')
|
||||
|
||||
module.exports = () => {
|
||||
rimraf.sync(path.resolve(__dirname, '../packages/test/*'))
|
||||
}
|
||||
Reference in New Issue
Block a user