Skip to content

Commit

Permalink
fix prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Sep 3, 2021
1 parent 7109e2f commit e8334fb
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,10 @@ describe('RunSetupCard', () => {
it('renders correct text contents for single module', () => {
mockGetProtocolData.mockReturnValue({
...withModulesProtocol,
modules: pick(withModulesProtocol.modules, Object.keys(withModulesProtocol.modules)[0])
modules: pick(
withModulesProtocol.modules,
Object.keys(withModulesProtocol.modules)[0]
),
} as any)
const { getByRole, getByText } = render()
expect(getByRole('heading', { name: 'Setup for Run' })).toBeTruthy()
Expand Down

0 comments on commit e8334fb

Please sign in to comment.