refactor(Cypress): add nodemodules
This commit is contained in:
8
node_modules/stack-chain/test/simple/conflict-version-first.js
generated
vendored
Normal file
8
node_modules/stack-chain/test/simple/conflict-version-first.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
var test = require("tap").test;
|
||||
var chain = require('../../');
|
||||
|
||||
test("no other copy", function (t) {
|
||||
t.strictEqual(global._stackChain, chain);
|
||||
t.end();
|
||||
});
|
Reference in New Issue
Block a user