jgreer9514

Results 3 comments of jgreer9514

Can this just be changed for a null check: pathname: (urlParsingNode.pathname?.charAt(0) === '/')

I ended up getting around this by changing the vitest config environment from happy-dom to jsdom and it worked.

Is there a solution that allows loading a different cert within a test? Just trying to figure out if there is a better way than having different configuration files with...