Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
Add bindings fro hostNodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnarkari93 committed Apr 1, 2020
1 parent c0e4f24 commit e64fe4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Enzyme.re
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ module Renderer = {
[@bs.send.pipe : t] external foldLeft : (('a, t) => 'a, 'a) => 'a = "reduce";
[@bs.send.pipe : t] external foldRight : (('a, t) => 'a, 'a) => 'a = "reduceRight";
[@bs.get] external length : t => int = "length";
[@bs.send] external hostNodes : t => t = "hostNodes";
};

module Shallow = {
Expand Down

0 comments on commit e64fe4c

Please sign in to comment.