kollapsminoriteten/wp-content/plugins/jetpack/jest.config.js

16 lines
429 B
JavaScript
Raw Normal View History

2019-11-15 23:26:29 +01:00
/**
* External dependencies
*/
const path = require( 'path' );
module.exports = {
preset: '@automattic/calypso-build',
2020-03-03 18:49:45 +01:00
roots: [ '<rootDir>/extensions/', '<rootDir>/modules/search/instant-search' ],
2019-11-15 23:26:29 +01:00
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'
),
},
};