create jest config file

This commit is contained in:
Ryan Mwangi 2024-10-30 02:25:08 +03:00
parent 207afe1b8e
commit cbd59cd149

5
jest.config.js Normal file
View file

@ -0,0 +1,5 @@
module.exports = {
transform: {
'^.+\\.jsx?$': 'babel-jest',
},
};