Deno runs the whole script instead of the method
I have following test:
When I run
When I run
deno test it runs the whole webp.ts script instead of just the validateInput() method.