forked from ryanmwangi/CalMerger
create jest config file
This commit is contained in:
parent
207afe1b8e
commit
cbd59cd149
1 changed files with 5 additions and 0 deletions
5
jest.config.js
Normal file
5
jest.config.js
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
module.exports = {
|
||||||
|
transform: {
|
||||||
|
'^.+\\.jsx?$': 'babel-jest',
|
||||||
|
},
|
||||||
|
};
|
Loading…
Add table
Reference in a new issue