Skip to content

Commit

Permalink
update test to have the highlighter be null
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed May 31, 2024
1 parent 420f99f commit 8a6eef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sidebar/annotations-sidebar/containers/logic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const setupLogicHelper = async ({
copyPasterBG: backgroundModules.copyPaster.remoteFunctions,
bgScriptBG: backgroundModules.bgScript.remoteFunctions,
pkmSyncBG: backgroundModules.pkmSyncBG.remoteFunctions,
highlighter: new HighlightRenderer(null),
highlighter: null,
summarizeBG: insertBackgroundFunctionTab(
backgroundModules.summarizeBG.remoteFunctions,
) as any,
Expand Down

0 comments on commit 8a6eef6

Please sign in to comment.