ZweiEuro
Test using png mocks
I got all the code, but i really don't want to throw this at you sinec you already said you are tight on time. https://gitlab.zweieuro.at/wui/core/web-user-interface-node/-/releases/v2.5.1
It essentially just does some custom stuff with
global.window.<func here>
its part of a big project i work on but that is essentially the API "out".
But its fine if it is undefined.47 replies
Test using png mocks
I've read through the docs but there is something blocking me from using this inside deno. I am getting this error with a library I wrote: link; It just says to "tell the maintainer", which is me, but I have no clue what vite expects here or if its some resolution problem with deno.
I understand that might be just a vite issue, but maybe if you are familiar with it you can throw me some doc link of what this error is even referring to ?
47 replies
Test using png mocks
would this work for starting vitest:
"test": "deno test -A --node-modules-dir=auto npm:vitest"
Kinda at a loss why it cant find any test files nad is generally not really doing anything and i am not sure if the how the root property interacts with deno and other options47 replies