Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Jan 9, 2024
1 parent 231a7c1 commit da64c76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/jest/view/container.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ describe('Container component', () => {

it('should render a container with array of objects with string columns', async () => {
const config = Config.fromPartialConfig({
processingThrottleMs: 0,
columns: ['Name', 'Phone Number'],
data: [
{ name: 'boo', phoneNumber: '123' },
Expand Down

0 comments on commit da64c76

Please sign in to comment.