mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Avoid false fails on Sauce mocked alert/prompt functions.
This commit is contained in:
@@ -6102,8 +6102,8 @@
|
|||||||
(function() {
|
(function() {
|
||||||
var args = arguments;
|
var args = arguments;
|
||||||
|
|
||||||
test('should return `true` for native methods', 8, function() {
|
test('should return `true` for native methods', 6, function() {
|
||||||
_.each([root.alert, Array, create, freeze, root.prompt, slice, Uint8Array], function(func) {
|
_.each([Array, create, root.encodeURI, slice, Uint8Array], function(func) {
|
||||||
if (func) {
|
if (func) {
|
||||||
strictEqual(_.isNative(func), true);
|
strictEqual(_.isNative(func), true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user