foreman-tasks 12.2.1 → 12.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
-
3
- const ShowTask = () => (
4
- <div>
5
- <h1>Hello Foreman Tasks</h1>
6
- <h2>show-task-page</h2>
7
- </div>
8
- );
9
-
10
- export default ShowTask;
@@ -1,14 +0,0 @@
1
- import { testComponentSnapshotsWithFixtures } from '@theforeman/test';
2
-
3
- import ShowTask from '../ShowTask';
4
-
5
- const fixtures = {
6
- 'render without Props': {
7
- history: {
8
- push: jest.fn(),
9
- },
10
- },
11
- };
12
-
13
- describe('ShowTask', () =>
14
- testComponentSnapshotsWithFixtures(ShowTask, fixtures));
@@ -1,12 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`ShowTask render without Props 1`] = `
4
- <div>
5
- <h1>
6
- Hello Foreman Tasks
7
- </h1>
8
- <h2>
9
- show-task-page
10
- </h2>
11
- </div>
12
- `;
@@ -1 +0,0 @@
1
- export { default } from './ShowTask';
File without changes