1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-28 00:27:40 +02:00
portfolio/tests/babel.config.js

5 lines
90 B
JavaScript
Raw Normal View History

2021-03-13 17:46:54 +01:00
// this file only exists for Jest
module.exports = {
presets: ['babel-preset-gatsby']
}