forked from ryanmwangi/CalMerger
rename jest.config.js to be a common js file
This commit is contained in:
parent
cbd59cd149
commit
dcf5c7a4a8
|
@ -0,0 +1,5 @@
|
||||||
|
module.exports = {
|
||||||
|
transform: {
|
||||||
|
'^.+\\.jsx?$': 'babel-jest',
|
||||||
|
},
|
||||||
|
};
|
|
@ -1,5 +0,0 @@
|
||||||
module.exports = {
|
|
||||||
transform: {
|
|
||||||
'^.+\\.jsx?$': 'babel-jest',
|
|
||||||
},
|
|
||||||
};
|
|
Loading…
Reference in New Issue