github-pages-deploy-action/node_modules/jest-cli/build/index.js

14 lines
219 B
JavaScript
Raw Normal View History

2020-01-28 12:58:23 +08:00
'use strict';
Object.defineProperty(exports, '__esModule', {
value: true
});
Object.defineProperty(exports, 'run', {
enumerable: true,
get: function() {
return _cli.run;
}
});
var _cli = require('./cli');