Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
const path = require( 'path' );
const base = require( '@automattic/calypso-jest' );
module.exports = {
...base,
cacheDirectory: path.join( __dirname, '../../.cache/jest' ),
rootDir: '../../build-tools',
};