6 lines
172 B
JavaScript
6 lines
172 B
JavaScript
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,
|
|
}
|