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:971
属性
backgroundThread
The global object for the background thread.
示例
定义于
index.d.ts:950
env
定义于
index.d.ts:970
mainThread
The global object for the main thread.
示例
定义于
index.d.ts:969
方法
clearGlobal()
返回
void
定义于
index.d.ts:975
injectGlobals()
返回
void
定义于
index.d.ts:972
reset()
返回
void
定义于
index.d.ts:976
switchToBackgroundThread()
返回
void
定义于
index.d.ts:973
switchToMainThread()
返回
void
定义于
index.d.ts:974