DigitalConsumer.ISS/src/helpers/unit-test-setup-helper.js
Bill Richardson 47d00e22af INSR-9520
scroll to top on mounted
add helper file for beforeEach for all jest tests.
2026-05-06 10:23:00 -04:00

4 lines
104 B
JavaScript

beforeEach(() => {
// Your shared logic here
document.body.innerHTML = '<div id="app"></div>';
});