1
0
Fork 0
mirror of synced 2024-09-03 03:01:14 +12:00
budibase/packages/common/node_modules/babel-jest/build/loadBabelConfig.js
2020-04-15 15:23:29 +01:00

21 lines
345 B
JavaScript

'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;
}