mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-02 23:14:06 +03:00
9 lines
152 B
JavaScript
9 lines
152 B
JavaScript
const jestBabel = require('@~local/config/jest-babel');
|
|
|
|
module.exports = (api) => {
|
|
if (api.env('test')) {
|
|
return jestBabel;
|
|
}
|
|
return {};
|
|
};
|