mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-07 11:42:28 +03:00
8 lines
220 B
JavaScript
8 lines
220 B
JavaScript
/** @type {import('jest').Config} */
|
|
module.exports = {
|
|
coverageDirectory: './.coverage',
|
|
testEnvironment: 'jsdom',
|
|
testMatch: ['**/test/**/*.test.[jt]s?(x)'],
|
|
setupFilesAfterEnv: ['<rootDir>/jest.setup.js'],
|
|
};
|