Skip to content

Commit

Permalink
chore: fix a TypeScript warning
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Sep 20, 2023
1 parent 439eb8a commit 2a33aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/logic/selection.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ describe('selection', () => {
indentation,
JSON
),
`2,\n${objArr2},`
`2,\n${objArr2},` as string
)

assert.deepStrictEqual(
Expand Down

0 comments on commit 2a33aeb

Please sign in to comment.