1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-23 01:36:39 +02:00
portfolio/tests/babel.config.js
2021-03-13 17:46:54 +01:00

5 lines
90 B
JavaScript

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