codeforthailand/election-live

View on GitHub
jest-preprocess.js

Summary

Maintainability
A
0 mins
Test Coverage
const babelOptions = {
  presets: ["babel-preset-gatsby"],
}

module.exports = require("babel-jest").createTransformer(babelOptions)