Skip to content

Commit

Permalink
fix: storybook tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asvae committed Sep 28, 2023
1 parent 12e31e7 commit 9daabe0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { VaVirtualScroller } from './'
import { VaButton } from '../va-button'
import { within } from '@storybook/testing-library'
import { expect } from '@storybook/jest'

const getHugeArray = () => new Array(1000).fill(null).map((_, index) => index)

Expand Down

0 comments on commit 9daabe0

Please sign in to comment.