portfolio/tests/babel.config.js

5 lines
90 B
JavaScript

// this file only exists for Jest
module.exports = {
presets: ['babel-preset-gatsby']
}