Skip to content

Commit

Permalink
remove es6ify from yield test
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jan 4, 2018
1 parent 3ccd552 commit 183162f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -73,7 +73,6 @@
"browser-unpack": "^1.1.1",
"coffee-script": "~1.10.0",
"coffeeify": "~1.1.0",
"es6ify": "~0.4.8",
"isstream": "^0.1.2",
"seq": "0.3.5",
"tap": "^10.7.2",
Expand Down
1 change: 0 additions & 1 deletion test/yield.js
Expand Up @@ -5,7 +5,6 @@ var vm = require('vm');
test('yield', function (t) {
t.plan(6);
var b = browserify(__dirname + '/yield/main.js');
b.transform('es6ify');

b.bundle(function (err, src) {
t.error(err);
Expand Down

0 comments on commit 183162f

Please sign in to comment.