Skip to content

Commit

Permalink
test: add unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvishnun committed Apr 18, 2024
1 parent 57a439a commit c483b99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/subapp-react/test/spec/fe-framework.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ describe("FE React framework", function() {

expect(element.innerHTML).to.equal(`<p>Hello bar</p>`);

// Test unmounting
act(() => {
root.unmount();
});
Expand Down Expand Up @@ -111,7 +110,6 @@ describe("FE React framework", function() {

expect(element.innerHTML).to.equal("<p>Hello bar</p>");

// Test unmounting
act(() => {
root.unmount();
});
Expand Down

0 comments on commit c483b99

Please sign in to comment.