Type in console.log for tests.
This commit is contained in:
parent
543ca19361
commit
4db19a1799
@ -4,7 +4,7 @@ function getEthers(filename) {
|
|||||||
var ethers = global.ethers
|
var ethers = global.ethers
|
||||||
if (!ethers) { return undefined; }
|
if (!ethers) { return undefined; }
|
||||||
console.log('Using global ethers; ' + filename);
|
console.log('Using global ethers; ' + filename);
|
||||||
assert.equal(ethers.platform, 'browser', 'platform: ' + ethers.platform + ' != "brwoser"');
|
assert.equal(ethers.platform, 'browser', 'platform: ' + ethers.platform + ' != "browser"');
|
||||||
return ethers;
|
return ethers;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user