1
0
Fork 0
mirror of synced 2024-09-15 16:59:43 +12:00
budibase/packages/common/node_modules/babel-jest/build/loadBabelConfig.js

22 lines
345 B
JavaScript
Raw Normal View History

2020-04-08 02:12:08 +12:00
'use strict';
Object.defineProperty(exports, '__esModule', {
value: true
});
Object.defineProperty(exports, 'loadPartialConfig', {
enumerable: true,
get: function () {
return _core().loadPartialConfig;
}
});
function _core() {
const data = require('@babel/core');
_core = function () {
return data;
};
return data;
}