running jest tests using babel-jest preprocess

This commit is contained in:
Stephen Rodriguez
2015-07-14 13:27:58 -04:00
parent b25cebbca5
commit 89ef4bdf2f
3 changed files with 4 additions and 10 deletions

View File

@@ -1,7 +0,0 @@
// preprocessor.js
var ReactTools = require('react-tools');
module.exports = {
process: function(src) {
return ReactTools.transform(src);
}
};