running jest tests using babel-jest preprocess
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
// preprocessor.js
|
||||
var ReactTools = require('react-tools');
|
||||
module.exports = {
|
||||
process: function(src) {
|
||||
return ReactTools.transform(src);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user