File size: 210 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 |
const path = require( 'path' );
const base = require( '@automattic/calypso-jest' );
module.exports = {
...base,
cacheDirectory: path.join( __dirname, '../../.cache/jest' ),
rootDir: '../../build-tools',
};
|