Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
taro-shono committed Oct 25, 2024
1 parent 480ae4a commit e3114e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-playground/__tests__/utils/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ async function exposeLexicalEditor(page) {
}

export const test = base.extend({
hasLinkAttributes: false,
isCharLimit: false,
isCharLimitUtf8: false,
isCollab: IS_COLLAB,
hasLinkAttributes: false,
isMaxLength: false,
isPlainText: IS_PLAIN_TEXT,
isRichText: IS_RICH_TEXT,
Expand Down

0 comments on commit e3114e8

Please sign in to comment.