Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Sep 23, 2024
1 parent 2428d47 commit 899bdd2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/ui/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,9 @@ export default function Home() {
const completion = registerCompletion(monaco, editor, {
endpoint: '/api/complete',
language: 'javascript',
trigger: 'onDemand',
maxContextLines: 60,
});

editor.addCommand(2048 | 3, () => {
completion.trigger();
});

return () => {
completion.deregister();
};
Expand Down

0 comments on commit 899bdd2

Please sign in to comment.