create jest config file

This commit is contained in:
Ryan Mwangi 2024-10-30 02:25:08 +03:00
parent 207afe1b8e
commit cbd59cd149
1 changed files with 5 additions and 0 deletions

5
jest.config.js Normal file
View File

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