Sha256: 296d01e455c215cd3b4812f798659318ada24782e7c6c3025cfa66514d9f60b0

Contents?: true

Size: 377 Bytes

Versions: 99

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

99 entries across 99 versions & 1 rubygems

Version Path
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
foreman_remote_execution-10.1.2 webpack/test_setup.js
foreman_remote_execution-12.0.0 webpack/test_setup.js
foreman_remote_execution-10.1.1 webpack/test_setup.js
foreman_remote_execution-11.1.1 webpack/test_setup.js
foreman_remote_execution-11.1.0 webpack/test_setup.js
foreman_remote_execution-10.1.0 webpack/test_setup.js
foreman_remote_execution-8.3.3 webpack/test_setup.js
foreman_remote_execution-8.3.2 webpack/test_setup.js
foreman_remote_execution-11.0.0 webpack/test_setup.js
foreman_remote_execution-10.0.7 webpack/test_setup.js
foreman_remote_execution-8.3.1 webpack/test_setup.js
foreman_remote_execution-10.0.6 webpack/test_setup.js
foreman_remote_execution-10.0.5 webpack/test_setup.js
foreman_remote_execution-10.0.4 webpack/test_setup.js
foreman_remote_execution-10.0.3 webpack/test_setup.js