aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/jest.config.js
blob: c595d8d99799a62177d44ea44f72d3f5ed379c20 (plain) (blame)
1
2
3
4
5
6
import baseConfig from '../../config/jest.config.base.js';

export default {
  ...baseConfig,
  rootDir: 'src',
};