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

/** @type {import('@jest/types').Config.InitialOptions} */
export default {
  ...baseConfig,
  rootDir: 'src',
  testEnvironment: 'jsdom',
};