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