Closed deer closed 9 months ago
Great! Was already getting tired of manually having to format every once in a while 😆 ... regarding the testing story, it might be best to remove tests under netzo/integrations/apis
(except those for the base constructor at netzo/integrations/create-client
, since credentials are usually required for each, and many are under a paywall so it's inviable. That being said, we could also set up msw
which I've been meaning to do, but I still thinks testing each client (which underlyingly uses the same createClient
) is dupplicating efforts and/or testing the actual APIs which is out of scope.
What do you think? I'd much rather have more thorough testing for createClient
as well as the underlying auth
and universal pagination
adapters under netzo/integrations/create-client/
.
Merging this...
Let's see if we can get the code to be formatted for starters. I also tried running
deno task test
, and it couldn't even run. So the change todeno.jsonc
prevents the test runner from looking at any of the templates.The issue is the monorepo problem:
Deno doesn't know that this is governed by a separate
deno.json
file.After this change the tests at least run locally, but most of them fail.