From a9290615522d4be44e6fc4b9211fad6010dae109 Mon Sep 17 00:00:00 2001 From: Ashley Fogarty Date: Wed, 29 Jun 2016 12:39:56 -0700 Subject: [PATCH] Tabs Tests In progress --- test/tabs-test.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/tabs-test.js diff --git a/test/tabs-test.js b/test/tabs-test.js new file mode 100644 index 0000000..e622baf --- /dev/null +++ b/test/tabs-test.js @@ -0,0 +1,17 @@ +// import React from 'react'; +// import {shallow} from 'enzyme'; +// import {expect} from 'chai'; + +// import { Tabs } from '../src'; + +// describe('', function() { +// describe('Default tab properties', function() { +// const component = shallow(); +// it('is align top', function() { +// expect(component.find(Tabs)).prop('align').to.contain('top'); +// it('start tab is equal to 1', function() { +// expect(component.find(Tabs)).prop('startTab').to.contain('1'); +// }); +// }); +// }); +// });