From a46f6c0c06b7c5bb97ed772083150271a8b91523 Mon Sep 17 00:00:00 2001 From: Ulugbek Abdullaev Date: Thu, 24 Jun 2021 20:19:05 +0500 Subject: [PATCH] update tests --- .../e2e/__tests__/textDocument-codeAction.test.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ocaml-lsp-server/test/e2e/__tests__/textDocument-codeAction.test.ts b/ocaml-lsp-server/test/e2e/__tests__/textDocument-codeAction.test.ts index 061c55d32..5683cd24c 100644 --- a/ocaml-lsp-server/test/e2e/__tests__/textDocument-codeAction.test.ts +++ b/ocaml-lsp-server/test/e2e/__tests__/textDocument-codeAction.test.ts @@ -53,6 +53,18 @@ let f (x : t) = x expect(actions).toMatchInlineSnapshot(` Array [ Object { + "command": Object { + "arguments": Array [ + Object { + "position": Object { + "character": 16, + "line": 2, + }, + }, + ], + "command": "ocaml.next-hole", + "title": "Jump to First Hole", + }, "edit": Object { "documentChanges": Array [ Object {