OCaml client for the LinkedIn Voyager API
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(lint): add E605 missing test stubs for jailhouse, linkedin, ltp, matter

+10
+4
test/test_chrome_cookies.ml
··· 1 + let test_accessible () = ignore (Fun.id 42) 2 + 3 + let suite = 4 + ("chrome_cookies", [ Alcotest.test_case "accessible" `Quick test_accessible ])
+3
test/test_chrome_cookies.mli
··· 1 + (** Chrome_cookies tests. *) 2 + 3 + val suite : string * unit Alcotest.test_case list
+3
test/test_linkedin_url.mli
··· 1 + (** Linkedin_url tests. *) 2 + 3 + val suite : string * unit Alcotest.test_case list