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