mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
8 lines
171 B
JavaScript
8 lines
171 B
JavaScript
module.exports = {
|
|
moduleDirectories: ['.', 'node_modules'],
|
|
setupFilesAfterEnv: [
|
|
'@testing-library/jest-dom/extend-expect',
|
|
'<rootDir>/jest.setup.js'
|
|
]
|
|
};
|