| const path = require( 'path' ); | |
| const base = require( '@automattic/calypso-jest' ); | |
| module.exports = { | |
| ...base, | |
| cacheDirectory: path.join( __dirname, '../../.cache/jest' ), | |
| rootDir: '../../build-tools', | |
| }; | |
| const path = require( 'path' ); | |
| const base = require( '@automattic/calypso-jest' ); | |
| module.exports = { | |
| ...base, | |
| cacheDirectory: path.join( __dirname, '../../.cache/jest' ), | |
| rootDir: '../../build-tools', | |
| }; | |