mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-23 05:25:35 +03:00
6 lines
83 B
JavaScript
6 lines
83 B
JavaScript
|
module.exports = {
|
||
|
transform: {
|
||
|
'^.+\\.jsx?$': 'babel-jest',
|
||
|
},
|
||
|
};
|