Minor Changes
-
BREAKING CHANGE: (#2328)
Align the public test-environment API around
LynxEnv.LynxTestingEnvnow expects a{ window }-shaped environment instead of relying on a concreteJSDOMinstance orglobal.jsdom. Callers that constructLynxTestingEnvmanually or initialize the environment through globals should migrate tonew LynxTestingEnv({ window })or setglobal.lynxEnv.This release also adds the
@lynx-js/testing-environment/env/rstestentry for running the shared testing-environment suite under rstest.
Patch Changes
- Add
__RemoveGestureDetectorPAPI binding (#2297)