Skip to content

Commit

Permalink
add assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jun 21, 2023
1 parent 0446565 commit 92cfa13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('Runtime', () => {
},
},
);
runtime.resetModules();
expect(() => runtime.resetModules()).not.toThrow();
});
});
});

0 comments on commit 92cfa13

Please sign in to comment.