diff options
Diffstat (limited to 'test/react/Accordion.spec.js')
-rw-r--r-- | test/react/Accordion.spec.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/react/Accordion.spec.js b/test/react/Accordion.spec.js deleted file mode 100644 index 614dcdd..0000000 --- a/test/react/Accordion.spec.js +++ /dev/null @@ -1,11 +0,0 @@ -import React from 'react'; -import Accordion from '../../src/react/Accordion.js'; - -import renderer from 'react-test-renderer'; - -describe('Accordion', () => { - test('Accordion - Default', () => { - const accordion = renderer.create(<Accordion title='Accordion'>Accordion body</Accordion>).toJSON(); - expect(accordion).toMatchSnapshot(); - }); -});
\ No newline at end of file |