Skip to content

Commit

Permalink
test moved
Browse files Browse the repository at this point in the history
  • Loading branch information
webtaculars committed Oct 17, 2018
1 parent 22c6e10 commit 275c73d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/core/logger/test/.babelrc
@@ -0,0 +1,8 @@
{
"presets": [["@babel/preset-env", {
"targets": {
"node": "current"
}
}]],
"plugins": ["@babel/plugin-transform-runtime"]
}
6 changes: 6 additions & 0 deletions packages/core/logger/test/.eslintrc.json
@@ -0,0 +1,6 @@
{
"extends": "../../../../.eslintrc.json",
"env": {
"mocha": true
}
}
File renamed without changes.
2 changes: 2 additions & 0 deletions packages/core/logger/test/mocha.opts
@@ -0,0 +1,2 @@
--require @parcel/logger
--exit

0 comments on commit 275c73d

Please sign in to comment.