1// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`promises utils function makeNodesForPromiseProperties 1`] = `
4Array [
5  Object {
6    "contents": Object {
7      "value": "rejected",
8    },
9    "meta": undefined,
10    "name": "<state>",
11    "parent": Object {
12      "contents": Object {
13        "value": Object {
14          "actor": "server2.conn2.child1/obj36",
15          "class": "Promise",
16          "type": "object",
17        },
18      },
19      "path": "root",
20    },
21    "path": "root◦<state>",
22    "propertyName": undefined,
23    "type": Symbol(<state>),
24  },
25  Object {
26    "contents": Object {
27      "front": null,
28      "value": Object {
29        "type": "3",
30      },
31    },
32    "meta": undefined,
33    "name": "<reason>",
34    "parent": Object {
35      "contents": Object {
36        "value": Object {
37          "actor": "server2.conn2.child1/obj36",
38          "class": "Promise",
39          "type": "object",
40        },
41      },
42      "path": "root",
43    },
44    "path": "root◦<reason>",
45    "propertyName": undefined,
46    "type": Symbol(<reason>),
47  },
48]
49`;
50