refactor(Cypress): add nodemodules
This commit is contained in:
3
node_modules/watchify/example/files/one.js
generated
vendored
Normal file
3
node_modules/watchify/example/files/one.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
var two = require('./two');
|
||||
|
||||
module.exports = function (x) { return x * two(x + 5) };
|
Reference in New Issue
Block a user