Files
xen-orchestra/babel.config.js
T

6 lines
172 B
JavaScript
Raw Normal View History

2018-05-24 15:01:11 +02:00
module.exports = {
// Necessary for jest to be able to find the `.babelrc.js` closest to the file
// instead of only the one in this directory.
babelrcRoots: true,
}