Skip to content

Commit

Permalink
[table][s]: added totalrowcount to test
Browse files Browse the repository at this point in the history
  • Loading branch information
svetozarstojkovic committed Oct 9, 2019
1 parent c499e17 commit 68c9e11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion __fixtures__/table.fixtures.js
Expand Up @@ -32,7 +32,8 @@ const datapackage = {
5,
6
]
]
],
"totalrowcount":4
}
],
"specType": "table"
Expand Down
3 changes: 2 additions & 1 deletion src/App.test.js
Expand Up @@ -232,7 +232,8 @@ it('doesnt crash if no geo data is found', () => {
"a": 3,
"b": 4
}
]
],
"totalrowcount":4
}
const { container } = render(<DataView datapackage={copyOfDp} />)
expect(container.firstChild).toMatchSnapshot()
Expand Down

0 comments on commit 68c9e11

Please sign in to comment.