rename __tests__ to tests to fix #20
This commit is contained in:
9
tests/preprocessor.js
Normal file
9
tests/preprocessor.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// preprocessor.js
|
||||
var ReactTools = require('react-tools');
|
||||
var to5 = require('6to5-jest').process;
|
||||
|
||||
module.exports = {
|
||||
process: function(src, filename) {
|
||||
return ReactTools.transform(to5(src, filename));
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user