Scoped: fix tests [skip ci]

This commit is contained in:
Henry Zhu
2017-10-16 22:48:52 -04:00
parent 33af5f745a
commit f30924e655
19 changed files with 38 additions and 46 deletions

View File

@@ -10,6 +10,6 @@
factory(global.Promise);
global.actual = mod.exports;
}
})(this, function (_babelTemplate) {
})(this, function (_es6Promise) {
"use strict";
});