Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 47f42ec

Browse files
test(orderBy): remove IE8 incompatible test code
1 parent fd995ab commit 47f42ec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/ng/filter/orderBySpec.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ describe('Filter: orderBy', function() {
2424
child.push({a:2});
2525
child.push({a:15});
2626

27-
expect(Array.isArray(child)).toBe(false);
28-
expect(child instanceof Array).toBe(true);
29-
3027
expect(orderBy(child, 'a', true)).toEqualData([{a:15}, {a:2}]);
3128
});
3229

0 commit comments

Comments
 (0)