mirror of
https://github.com/dvmarinoff/Auuki.git
synced 2026-02-17 15:37:39 +01:00
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
module.exports = {
|
|
"transform": {
|
|
"^.+\\.js$": "babel-jest"
|
|
}
|
|
};
|