fixing non functioning render test, boost cov also (#5311)

This commit is contained in:
Jamie V
2022-06-08 17:39:43 -07:00
committed by GitHub
parent 815506cf17
commit 370e6a0c37

View File

@@ -41,7 +41,7 @@ describe('the plugin', function () {
element.appendChild(child); element.appendChild(child);
openmct.on('start', done); openmct.on('start', done);
openmct.startHeadless(); openmct.start(child);
}); });
afterEach(() => { afterEach(() => {