reactlynx-testing-library / LynxTestingEnv
类: LynxTestingEnv
A pure-JavaScript implementation of the Lynx Spec, notably the Element PAPI and Dual-threaded Model for use with Node.js.
示例
构造函数
new LynxTestingEnv()
返回
定义于
index.d.ts:892
属性
backgroundThread
The global object for the background thread.
示例
定义于
index.d.ts:872
jsdom
定义于
index.d.ts:891
mainThread
The global object for the main thread.
示例
定义于
index.d.ts:890
方法
clearGlobal()
返回
void
定义于
index.d.ts:896
injectGlobals()
返回
void
定义于
index.d.ts:893
reset()
返回
void
定义于
index.d.ts:897
switchToBackgroundThread()
返回
void
定义于
index.d.ts:894
switchToMainThread()
返回
void
定义于
index.d.ts:895