mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-08-20 17:18:36 +02:00
6 lines
71 B
JavaScript
6 lines
71 B
JavaScript
module.exports = {
|
|
transform: {
|
|
"\\.[jt]sx?$": "babel-jest",
|
|
},
|
|
};
|