aboutsummaryrefslogtreecommitdiffstats
path: root/packages/preload/jest.config.js
blob: 3b5d4361cbb3e6d0450ce7db0404e6466e169c7f (plain) (blame)
1
2
3
4
5
6
7
8
9
// @ts-check

const rootConfig = require('../../jest.config.js');

/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
  ...rootConfig,
  testEnvironment: 'jsdom',
};