Skip to content

Commit

Permalink
remove babel config from pretest
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Dec 4, 2019
1 parent 4c2dbd8 commit faefa2d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"debounce": "^1.2.0",
"depcheck": "dword-design/depcheck#fork",
"eslint": "^6.6.0",
"expect": "^24.9.0",
"get-projectz-readme-section-regex": "^1.0.0",
"glob-promise": "^3.4.0",
"install-self": "dword-design/install-self#fork",
Expand All @@ -52,6 +51,7 @@
},
"devDependencies": {
"delay": "^4.3.0",
"expect": "^24.9.0",
"import-fresh": "^3.2.1",
"output-files": "^1.1.7",
"rimraf": "^3.0.0",
Expand Down
6 changes: 1 addition & 5 deletions src/pretest.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import babelRegister from '@babel/register'
import expect from 'expect'
import config from '@dword-design/babel-config'

babelRegister(config)

global.expect = expect
babelRegister()
3 changes: 0 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,6 @@ chardet@^0.7.0:

chdir@dword-design/node-chdir#fork:
version "0.0.0"
uid "55004473579e2b8d293ced5410af5948793971b6"
resolved "https://codeload.github.com/dword-design/node-chdir/tar.gz/55004473579e2b8d293ced5410af5948793971b6"

child-process-promise@^2.2.1:
Expand Down Expand Up @@ -1683,7 +1682,6 @@ delegates@^1.0.0:

depcheck@dword-design/depcheck#fork:
version "0.0.1"
uid "9947160b51e73cadbd92716544f758ab07f215cd"
resolved "https://codeload.github.com/dword-design/depcheck/tar.gz/9947160b51e73cadbd92716544f758ab07f215cd"
dependencies:
"@babel/parser" "^7.6.4"
Expand Down Expand Up @@ -2560,7 +2558,6 @@ inquirer@^7.0.0:

install-self@dword-design/install-self#fork:
version "1.0.0-beta.7"
uid "36616b93446a4606414fbab35adbd8989106d52b"
resolved "https://codeload.github.com/dword-design/install-self/tar.gz/36616b93446a4606414fbab35adbd8989106d52b"
dependencies:
fs-extra "^8.1.0"
Expand Down

0 comments on commit faefa2d

Please sign in to comment.