Skip to content

Commit

Permalink
chore: fix liniting for getIf undefined test
Browse files Browse the repository at this point in the history
  • Loading branch information
RavenColEvol committed Sep 18, 2024
1 parent 5bc7881 commit b15314a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/slate/test/interfaces/Node/getIf/undefined.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export const input = (
export const test = value => {
return Node.getIf(value, [0, 0, 0])
}
export const output = undefined;
export const output = undefined

0 comments on commit b15314a

Please sign in to comment.