From 8d84ef9fab470b08a507f99c5941ecac2ae806fb Mon Sep 17 00:00:00 2001 From: Juan Tejada Date: Wed, 11 May 2016 16:38:19 -0700 Subject: [PATCH] fix(build): Fix linter errors --- spec/components/editable-table-spec.jsx | 2 +- spec/components/selectable-table-spec.jsx | 2 +- spec/components/table/table-data-source-spec.jsx | 2 +- spec/components/table/table-spec.jsx | 2 +- src/pro | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/spec/components/editable-table-spec.jsx b/spec/components/editable-table-spec.jsx index f8751da7d..0abf2dcd1 100644 --- a/spec/components/editable-table-spec.jsx +++ b/spec/components/editable-table-spec.jsx @@ -5,7 +5,7 @@ import {SelectableTable, EditableTableCell, EditableTable} from 'nylas-component import {selection, cellProps, tableProps, testDataSource} from '../fixtures/table-data' -describe('EditableTable Components', () => { +describe('EditableTable Components', function describeBlock() { describe('EditableTableCell', () => { function renderCell(props) { // This node is used so that React does not issue DOM tree warnings when running diff --git a/spec/components/selectable-table-spec.jsx b/spec/components/selectable-table-spec.jsx index ac4342a02..7f9b2606e 100644 --- a/spec/components/selectable-table-spec.jsx +++ b/spec/components/selectable-table-spec.jsx @@ -4,7 +4,7 @@ import {Table, SelectableTableCell, SelectableTableRow, SelectableTable} from 'n import {selection, cellProps, rowProps, tableProps, testDataSource} from '../fixtures/table-data' -describe('SelectableTable Components', () => { +describe('SelectableTable Components', function describeBlock() { describe('SelectableTableCell', () => { function renderCell(props) { return shallow( diff --git a/spec/components/table/table-data-source-spec.jsx b/spec/components/table/table-data-source-spec.jsx index cf55a03d4..93ad0984c 100644 --- a/spec/components/table/table-data-source-spec.jsx +++ b/spec/components/table/table-data-source-spec.jsx @@ -1,7 +1,7 @@ import {testData, testDataSource} from '../../fixtures/table-data' -describe('TableDataSource', () => { +describe('TableDataSource', function describeBlock() { describe('colAt', () => { it('returns the correct value for column', () => { expect(testDataSource.colAt(1)).toEqual('col2') diff --git a/spec/components/table/table-spec.jsx b/spec/components/table/table-spec.jsx index a82349546..17a314616 100644 --- a/spec/components/table/table-spec.jsx +++ b/spec/components/table/table-spec.jsx @@ -4,7 +4,7 @@ import {Table, TableRow, TableCell, LazyRenderedList} from 'nylas-component-kit' import {testDataSource} from '../../fixtures/table-data' -describe('Table Components', () => { +describe('Table Components', function describeBlock() { describe('TableCell', () => { it('renders children correctly', () => { const element = shallow(Cell) diff --git a/src/pro b/src/pro index 6e7135d50..17af8764f 160000 --- a/src/pro +++ b/src/pro @@ -1 +1 @@ -Subproject commit 6e7135d50ed005e4b0e9a5ac54b8323ef031e0bd +Subproject commit 17af8764f710a944344d39a9f834006fd7a0f3d5