wordpress/php-fpm/wordpress_files/plugins/jetpack/jest.config.js

16 lines
429 B
JavaScript
Raw Normal View History

2020-05-22 03:40:23 +02:00
/**
* 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'
),
},
};