mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Reduce the amount of phantomjs runs in travis.yml and tweak for 100% coverage in amd tests.
This commit is contained in:
@@ -3843,11 +3843,13 @@
|
||||
args2 = (function() { return arguments; }(1, 2, 3)),
|
||||
args3 = (function() { return arguments; }(1, 2));
|
||||
|
||||
strictEqual(_.isEqual(args1, args2), true);
|
||||
|
||||
if (!isPhantomPage) {
|
||||
strictEqual(_.isEqual(args1, args2), true);
|
||||
strictEqual(_.isEqual(args1, args3), false);
|
||||
} else {
|
||||
skipTest(2);
|
||||
}
|
||||
else {
|
||||
skipTest();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user