mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
Set up Unit Testing environment with Gatsby, Jest and @testing-library/react; added some basic unit tests for Castform template
This commit is contained in:
5
jest-preprocess.js
Normal file
5
jest-preprocess.js
Normal file
@ -0,0 +1,5 @@
|
||||
const babelOptions = {
|
||||
presets: ['babel-preset-gatsby'],
|
||||
};
|
||||
|
||||
module.exports = require('babel-jest').createTransformer(babelOptions);
|
||||
Reference in New Issue
Block a user