Skip to content

Commit

Permalink
remove teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 5, 2018
1 parent b436f8e commit 799151e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"setupFiles": [
"<rootDir>/scripts/testSetup.js"
],
"globalTeardown": "<rootDir>/scripts/testTeardown.js",
"testPathIgnorePatterns": [
"/template/",
"/packages/test/"
Expand Down
4 changes: 4 additions & 0 deletions scripts/cleanTestDir.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
const path = require('path')
const rimraf = require('rimraf')

rimraf.sync(path.resolve(__dirname, '../packages/test/*'))
6 changes: 0 additions & 6 deletions scripts/testTeardown.js

This file was deleted.

0 comments on commit 799151e

Please sign in to comment.