liquid-labs / sdlc-resource-jest

undefined
0 stars 1 forks source link

Support JSDOM environment testing and fix bug in environment package #11

Closed zanerock closed 5 months ago

zanerock commented 5 months ago

Overview

We want to be able to test React packages, which might reference 'window' and such. Problem is, there's a bug in the jest-environment-jsdom package where it doesn't include 'structuredClone', so we add it.

It also looks like there's a bug in the config file where it's not properly reading the package.json, so let's fix that too.

zanerock commented 5 months ago

Work for this issue will begin begin on branch work-liquid-labs/sdlc-resource-jest/11.

zanerock commented 5 months ago

Accidntally closed