mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-21 20:45:33 +03:00
7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
|
export default {
|
||
|
testEnvironment: 'jsdom',
|
||
|
transform: {
|
||
|
'^.+\\.tsx?$': 'babel-jest',
|
||
|
},
|
||
|
};
|