reactlynx-testing-library / LynxTestingEnv
Class: LynxTestingEnv
A pure-JavaScript implementation of the Lynx Spec, notably the Element PAPI and Dual-threaded Model for use with Node.js.
Example
Constructors
new LynxTestingEnv()
Returns
Defined in
index.d.ts:892
Properties
backgroundThread
The global object for the background thread.
Example
Defined in
index.d.ts:872
jsdom
Defined in
index.d.ts:891
mainThread
The global object for the main thread.
Example
Defined in
index.d.ts:890
Methods
clearGlobal()
Returns
void
Defined in
index.d.ts:896
injectGlobals()
Returns
void
Defined in
index.d.ts:893
reset()
Returns
void
Defined in
index.d.ts:897
switchToBackgroundThread()
Returns
void
Defined in
index.d.ts:894
switchToMainThread()
Returns
void
Defined in
index.d.ts:895