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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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