wordpress/php-fpm/wordpress_files/plugins/jetpack/jest.config.js
2020-05-22 01:40:23 +00:00

16 lines
429 B
JavaScript

/**
* External dependencies
*/
const path = require( 'path' );
module.exports = {
preset: '@automattic/calypso-build',
roots: [ '<rootDir>/extensions/', '<rootDir>/modules/search/instant-search' ],
transform: {
'\\.[jt]sx?$': path.join( __dirname, 'tests', 'jest-extensions-babel-transform' ),
'\\.(gif|jpg|jpeg|png|svg|scss|sass|css)$': require.resolve(
'@automattic/calypso-build/jest/transform/asset'
),
},
};