8 lines
186 B
JavaScript
8 lines
186 B
JavaScript
'use strict'
|
|
|
|
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,
|
|
}
|