Skip to content

Commit

Permalink
test(table): add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Armendariz authored and Joel Armendariz committed Aug 21, 2020
1 parent 542d0b7 commit a0936b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Table/StatefulTable.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ describe('stateful table with real reducer', () => {
})}
view={{
...initialState.view,
filters: [{ columnId: 'select', value: 'option-B' }],
filters: [{ columnId: 'select', value: 'option-B' }], // start with filtering by option-B
pagination: {
...initialState.view.pagination,
maxPages: 10,
Expand Down Expand Up @@ -206,7 +206,7 @@ describe('stateful table with real reducer', () => {
})}
view={{
...initialState.view,
filters: [],
filters: [], // start with no filters
pagination: {
...initialState.view.pagination,
maxPages: 10,
Expand Down

0 comments on commit a0936b1

Please sign in to comment.