ManageIQ/manageiq-ui-classic

View on GitHub
app/javascript/spec/helpers/set_fixtures_helper.js

Summary

Maintainability
A
0 mins
Test Coverage
global.window ??= global;
window.setFixtures = function(html) {
  $('html').html(html);
};