remove names from optional async tests
This commit is contained in:
parent
3e2d611707
commit
9ed8e4a35b
@ -37,6 +37,6 @@ var _asyncToGenerator = function (fn) {
|
||||
};
|
||||
};
|
||||
|
||||
var foo = _asyncToGenerator(function* foo() {
|
||||
var foo = _asyncToGenerator(function* () {
|
||||
var wat = yield bar();
|
||||
});
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
|
||||
var _bluebird = require("bluebird");
|
||||
|
||||
var foo = _bluebird.coroutine(function* foo() {
|
||||
var foo = _bluebird.coroutine(function* () {
|
||||
var wat = yield bar();
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user