create jest config file
This commit is contained in:
parent
207afe1b8e
commit
cbd59cd149
|
@ -0,0 +1,5 @@
|
||||||
|
module.exports = {
|
||||||
|
transform: {
|
||||||
|
'^.+\\.jsx?$': 'babel-jest',
|
||||||
|
},
|
||||||
|
};
|
Loading…
Reference in New Issue