refactor: init cypress-cucumber-preprocessor install.
This commit is contained in:
4
node_modules/browserify/test/multi_bundle/c.js
generated
vendored
Normal file
4
node_modules/browserify/test/multi_bundle/c.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
var b = require('./b');
|
||||
var a = require('./a');
|
||||
t.equal(b, 'foo');
|
||||
t.equal(a, 'bar');
|
Reference in New Issue
Block a user