Skip to content

Commit

Permalink
Remove non-functioning Simulate module
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Oct 11, 2018
1 parent 7b23502 commit 0ce29af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions src/ReactTestingLibrary.re
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
open DomTestingLibrary;

module Simulate = {
[@bs.module "react-testing-library"] [@bs.scope "Simulate"]
external click : Dom.element => unit = "";
};

module FireEvent = DomTestingLibrary.FireEvent;

type renderResult;
Expand Down
5 changes: 0 additions & 5 deletions src/ReactTestingLibrary.rei
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
module Simulate: {
[@bs.module "react-testing-library"] [@bs.scope "Simulate"]
external click : Dom.element => unit = "";
};

module FireEvent = DomTestingLibrary.FireEvent;

type renderResult;
Expand Down

0 comments on commit 0ce29af

Please sign in to comment.