refactor: init cypress-cucumber-preprocessor install.
This commit is contained in:
9
node_modules/browserify/test/reverse_multi_bundle/lazy.js
generated
vendored
Normal file
9
node_modules/browserify/test/reverse_multi_bundle/lazy.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
t.equal(
|
||||
require("./shared")(),2,
|
||||
"lazy.js can use the shared library"
|
||||
);
|
||||
t.equal(
|
||||
require("not/real")(),1,
|
||||
"lazy.js can use library code with arbitrary names"
|
||||
);
|
||||
|
Reference in New Issue
Block a user