mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 00:37:37 -02:30
215 templates list skeleton (#251)
* adding package-lock.json * deleted unsured file * Removes and unused file * Fixes errant styling change * Fixes an error and uses a prop that PF recognizes * Updates PR to use API Modules * Fixes PR Issues * Addes tests to Templates * Addresses PR Issues * Revert package-lock.json
This commit is contained in:
11
__tests__/pages/Templates/Templates.test.jsx
Normal file
11
__tests__/pages/Templates/Templates.test.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
import { mountWithContexts } from '../../enzymeHelpers';
|
||||
import Templates from '../../../src/pages/Templates/Templates';
|
||||
|
||||
describe('<Templates />', () => {
|
||||
test('initially renders succesfully', () => {
|
||||
mountWithContexts(
|
||||
<Templates />
|
||||
);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user