refactor(Cypress): add nodemodules
This commit is contained in:
7
node_modules/module-deps/test/files/tr_sh/tr_b.js
generated
vendored
Normal file
7
node_modules/module-deps/test/files/tr_sh/tr_b.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
var through = require('through2');
|
||||
module.exports = function (file) {
|
||||
return through(function (buf, enc, next) {
|
||||
this.push(String(buf).replace(/BBB/g, '50'));
|
||||
next();
|
||||
});
|
||||
};
|
Reference in New Issue
Block a user