Skip to content

Commit

Permalink
test: remove babel tests as they are no longer needed in node v7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Feb 25, 2017
1 parent df7b4ff commit 9671add
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 55 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -5,8 +5,7 @@ REQUIRED = --require should --require should-http
TESTS = test/application/* \
test/context/* \
test/request/* \
test/response/* \
test/babel/index.js
test/response/*

lint:
@./node_modules/.bin/eslint benchmarks lib test
Expand Down
3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -47,9 +47,6 @@
"tag": "next"
},
"devDependencies": {
"babel-eslint": "^6.0.0",
"babel-plugin-transform-async-to-generator": "^6.0.14",
"babel-register": "^6.9.0",
"eslint": "^2.5.3",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-babel": "^3.1.0",
Expand Down
42 changes: 0 additions & 42 deletions test/babel/_test.js

This file was deleted.

8 changes: 0 additions & 8 deletions test/babel/index.js

This file was deleted.

0 comments on commit 9671add

Please sign in to comment.