@@ -6,7 +6,7 @@ exports[`ObjectInspector - state has the expected expandedPaths state 1`] = `
66`;
77
88exports[`ObjectInspector - state has the expected expandedPaths state 2`] = `
9- "▼ Object { p0 : \\ " 0 \\ " , p1 : \\ " 1 \\ " , p2 : \\ " 2 \\ " , p3 : \\ " 3 \\ " , p4 : \\ " 4 \\ " , p5 : \\ " 5 \\ " , p6 : \\ " 6 \\ " , p7 : \\ " 7 \\ " , p8 : \\ " 8 \\ " , p9 : \\ " 9 \\ " , … }
9+ "▼ { … }
1010| a : 1
1111| Symbol() : \\"hello\\"
1212| ▶︎ __proto__ : Object { … }
@@ -20,17 +20,17 @@ exports[`ObjectInspector - state has the expected expandedPaths state 3`] = `
2020
2121exports[`ObjectInspector - state has the expected expandedPaths state 4`] = `
2222"▶︎ Object { p0 : \\" 0\\ " , p1 : \\" 1\\ " , p2 : \\" 2\\ " , p3 : \\" 3\\ " , p4 : \\" 4\\ " , p5 : \\" 5\\ " , p6 : \\" 6\\ " , p7 : \\" 7\\ " , p8 : \\" 8\\ " , p9 : \\" 9\\ " , … }
23- ▼ Proxy { < target >: { … } , < handler >: […] }
23+ ▼ Proxy
2424| ▶︎ <target > : Object { … }
2525| ▶︎ <handler > : Array [ … ]"
2626`;
2727
2828exports[`ObjectInspector - state has the expected expandedPaths state 5`] = `
29- "▼ Object { p0 : \\ " 0 \\ " , p1 : \\ " 1 \\ " , p2 : \\ " 2 \\ " , p3 : \\ " 3 \\ " , p4 : \\ " 4 \\ " , p5 : \\ " 5 \\ " , p6 : \\ " 6 \\ " , p7 : \\ " 7 \\ " , p8 : \\ " 8 \\ " , p9 : \\ " 9 \\ " , … }
29+ "▼ { … }
3030| a : 1
3131| Symbol() : \\"hello\\"
3232| ▶︎ __proto__ : Object { … }
33- ▼ Proxy { < target >: { … } , < handler >: […] }
33+ ▼ Proxy
3434| ▶︎ <target > : Object { … }
3535| ▶︎ <handler > : Array [ … ]"
3636`;
@@ -41,7 +41,7 @@ exports[`ObjectInspector - state has the expected state when expanding a node 1`
4141`;
4242
4343exports[`ObjectInspector - state has the expected state when expanding a node 2`] = `
44- "▼ Object { p0 : \\ " 0 \\ " , p1 : \\ " 1 \\ " , p2 : \\ " 2 \\ " , p3 : \\ " 3 \\ " , p4 : \\ " 4 \\ " , p5 : \\ " 5 \\ " , p6 : \\ " 6 \\ " , p7 : \\ " 7 \\ " , p8 : \\ " 8 \\ " , p9 : \\ " 9 \\ " , … }
44+ "▼ { … }
4545| __proto__ : Object { }
4646▶︎ Proxy { <target >: { …} , <handler >: […] }"
4747`;
@@ -53,17 +53,17 @@ exports[`ObjectInspector - state has the expected state when expanding a proxy n
5353
5454exports[`ObjectInspector - state has the expected state when expanding a proxy node 2`] = `
5555"▶︎ Object { p0 : \\" 0\\ " , p1 : \\" 1\\ " , p2 : \\" 2\\ " , p3 : \\" 3\\ " , p4 : \\" 4\\ " , p5 : \\" 5\\ " , p6 : \\" 6\\ " , p7 : \\" 7\\ " , p8 : \\" 8\\ " , p9 : \\" 9\\ " , … }
56- ▼ Proxy { < target >: { … } , < handler >: […] }
56+ ▼ Proxy
5757| ▶︎ <target > : Object { … }
5858| ▶︎ <handler > : Array [ … ]
5959| ▶︎ __proto__ : Object { } "
6060`;
6161
6262exports[`ObjectInspector - state has the expected state when expanding a proxy node 3`] = `
6363"▶︎ Object { p0 : \\" 0\\ " , p1 : \\" 1\\ " , p2 : \\" 2\\ " , p3 : \\" 3\\ " , p4 : \\" 4\\ " , p5 : \\" 5\\ " , p6 : \\" 6\\ " , p7 : \\" 7\\ " , p8 : \\" 8\\ " , p9 : \\" 9\\ " , … }
64- ▼ Proxy { < target >: { … } , < handler >: […] }
64+ ▼ Proxy
6565| ▶︎ <target > : Object { … }
6666| ▶︎ <handler > : Array [ … ]
67- | ▼ __proto__ : Object { }
67+ | ▼ __proto__ : { }
6868| | ▶︎ __proto__ : Object { } "
6969`;
0 commit comments