Add jest config and export main.js

This commit is contained in:
Thomas Hughes
2019-09-20 15:29:25 -05:00
parent 97fca7f8d6
commit e87cc39944
4 changed files with 30 additions and 4 deletions

8
dist/index.js vendored
View File

@@ -378,7 +378,7 @@ module.exports._enoent = enoent;
/***/ }),
/***/ 31:
/***/ (function(__unusedmodule, __unusedexports, __webpack_require__) {
/***/ (function(module, __unusedexports, __webpack_require__) {
const core = __webpack_require__(470);
const { GitHub, context } = __webpack_require__(469);
@@ -426,7 +426,11 @@ async function run() {
}
}
run();
module.exports = run;
if (require.main === require.cache[eval('__filename')]) {
run();
}
/***/ }),