Skip to content

Commit

Permalink
Upgrade: acorn 6, acorn-jsx 5, and istanbul (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea authored and aladdin-add committed Oct 24, 2018
1 parent 0f2edb8 commit 8eadb88
Show file tree
Hide file tree
Showing 7 changed files with 368 additions and 511 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
env:
node: true
es6: true

extends: eslint
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_modules
npm-debug.log
_test.js
.idea
.nyc_output
.eslint-release-info.json
10 changes: 10 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"include": [
"lib/**/*.js",
"espree.js"
],
"reporter": [
"text",
"lcov"
]
}
2 changes: 1 addition & 1 deletion Makefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ target.test = function() {
var errors = 0,
lastReturn;

lastReturn = nodeCLI.exec("istanbul", "cover", MOCHA, "-- -c", TEST_FILES);
lastReturn = nodeCLI.exec("nyc", MOCHA, "--color", "--reporter progress", "--timeout 30000", TEST_FILES);

if (lastReturn.code !== 0) {
errors++;
Expand Down
Loading

0 comments on commit 8eadb88

Please sign in to comment.