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');
+// });
+// });
+// });
+// });