Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix(CustomMarker): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
samouss committed Jun 20, 2018
1 parent f10b559 commit d1267d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`HTMLMarker with portal expect to render correctly 1`] = `
exports[`CustomMarker with portal expect to render correctly 1`] = `
<CustomMarker
anchor={
Object {
Expand All @@ -25,7 +25,7 @@ exports[`HTMLMarker with portal expect to render correctly 1`] = `
`;

exports[`CustomMarker with unstable_renderSubtreeIntoContainer expect to render correctly 1`] = `
<HTMLMarker
<CustomMarker
anchor={
Object {
"x": 0,
Expand Down

0 comments on commit d1267d2

Please sign in to comment.