@@ -48,13 +48,13 @@ const expected1 = 'Proxy [ {}, {} ]';
48
48
const expected2 = 'Proxy [ Proxy [ {}, {} ], {} ]' ;
49
49
const expected3 = 'Proxy [ Proxy [ Proxy [ {}, {} ], {} ], Proxy [ {}, {} ] ]' ;
50
50
const expected4 = 'Proxy [ Proxy [ {}, {} ], Proxy [ Proxy [ {}, {} ], {} ] ]' ;
51
- const expected5 = 'Proxy [ Proxy [ Proxy [ Proxy [Object ], {} ],' +
51
+ const expected5 = 'Proxy [ Proxy [ Proxy [ Proxy [Array ], {} ],' +
52
52
' Proxy [ {}, {} ] ],\n Proxy [ Proxy [ {}, {} ]' +
53
- ', Proxy [ Proxy [Object ], {} ] ] ]' ;
54
- const expected6 = 'Proxy [ Proxy [ Proxy [ Proxy [Object ], Proxy [Object ]' +
55
- ' ],\n Proxy [ Proxy [Object ], Proxy [Object ] ] ],\n' +
56
- ' Proxy [ Proxy [ Proxy [Object ], Proxy [Object ] ],\n' +
57
- ' Proxy [ Proxy [Object ], Proxy [Object ] ] ] ]' ;
53
+ ', Proxy [ Proxy [Array ], {} ] ] ]' ;
54
+ const expected6 = 'Proxy [ Proxy [ Proxy [ Proxy [Array ], Proxy [Array ]' +
55
+ ' ],\n Proxy [ Proxy [Array ], Proxy [Array ] ] ],\n' +
56
+ ' Proxy [ Proxy [ Proxy [Array ], Proxy [Array ] ],\n' +
57
+ ' Proxy [ Proxy [Array ], Proxy [Array ] ] ] ]' ;
58
58
assert . strictEqual ( util . inspect ( proxy1 , opts ) , expected1 ) ;
59
59
assert . strictEqual ( util . inspect ( proxy2 , opts ) , expected2 ) ;
60
60
assert . strictEqual ( util . inspect ( proxy3 , opts ) , expected3 ) ;
0 commit comments