Skip to content

Commit

Permalink
fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidprice committed Apr 22, 2022
1 parent 0a29d78 commit 45e0a0a
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ describe('editable columns', () => {
tests: true,
nestScaffoldByModel: true,
})
form = files[
path.normalize(
'/path/to/project/web/src/components/ExcludeDefault/ExcludeDefaultForm/ExcludeDefaultForm.js'
)
]
form =
files[
path.normalize(
'/path/to/project/web/src/components/ExcludeDefault/ExcludeDefaultForm/ExcludeDefaultForm.js'
)
]
})

test('includes String fields with a default string', async () => {
Expand Down

0 comments on commit 45e0a0a

Please sign in to comment.