Sha256: 296d01e455c215cd3b4812f798659318ada24782e7c6c3025cfa66514d9f60b0

Contents?: true

Size: 377 Bytes

Versions: 94

Compression:

Stored size: 377 Bytes

Contents

import 'core-js/shim';
import 'regenerator-runtime/runtime';

import { configure } from '@theforeman/test';
// eslint-disable-next-line import/no-extraneous-dependencies
import Adapter from 'enzyme-adapter-react-16';

configure({ adapter: new Adapter() });

// Mocking translation function
global.__ = str => str;
global.n__ = str => str;
global.Jed = { sprintf: str => str };

Version data entries

94 entries across 94 versions & 1 rubygems

Version Path
foreman_remote_execution-14.1.1 webpack/test_setup.js
foreman_remote_execution-14.1.0 webpack/test_setup.js
foreman_remote_execution-14.0.2 webpack/test_setup.js
foreman_remote_execution-14.0.1 webpack/test_setup.js
foreman_remote_execution-13.2.6 webpack/test_setup.js
foreman_remote_execution-14.0.0 webpack/test_setup.js
foreman_remote_execution-13.2.5 webpack/test_setup.js
foreman_remote_execution-13.2.4 webpack/test_setup.js
foreman_remote_execution-13.2.3 webpack/test_setup.js
foreman_remote_execution-13.2.2 webpack/test_setup.js
foreman_remote_execution-12.0.7 webpack/test_setup.js
foreman_remote_execution-13.2.1 webpack/test_setup.js
foreman_remote_execution-13.2.0 webpack/test_setup.js
foreman_remote_execution-10.1.3 webpack/test_setup.js
foreman_remote_execution-13.0.0 webpack/test_setup.js
foreman_remote_execution-12.0.5 webpack/test_setup.js
foreman_remote_execution-12.0.4 webpack/test_setup.js
foreman_remote_execution-12.0.1 webpack/test_setup.js
foreman_remote_execution-12.0.2 webpack/test_setup.js
foreman_remote_execution-11.1.3 webpack/test_setup.js