1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-26 03:06:25 +02:00
blog/.jest/babel.config.js

5 lines
118 B
JavaScript
Raw Normal View History

2020-05-19 21:59:52 +02:00
// this file only exists for Jest
2020-05-08 14:10:36 +02:00
module.exports = {
presets: ['babel-preset-gatsby', '@babel/preset-typescript']
}