Skip to content

Commit

Permalink
yarn test-build-devtools inspectedElement --updateSnapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Apr 8, 2021
1 parent 62fbe50 commit 7d643e6
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ describe('InspectedElement', () => {
"preview_long": Set(3) {1, 2, 3},
},
"1": Dehydrated {
"preview_short": et(3),
"preview_short": Set(3),
"preview_long": Set(3) {"a", "b", "c"},
},
},
Expand Down Expand Up @@ -2025,16 +2025,16 @@ describe('InspectedElement', () => {
await inspectElementAtIndex(0);

expect(global.$r.props).toMatchInlineSnapshot(`
Object {
"a": 1,
"b": "abc",
}
`);
Object {
"a": 1,
"b": "abc",
}
`);
expect(global.$r.state).toMatchInlineSnapshot(`
Object {
"count": 0,
}
`);
Object {
"count": 0,
}
`);

done();
});
Expand Down

0 comments on commit 7d643e6

Please sign in to comment.