reactlynx-testing-library / RenderOptions
接口: RenderOptions<Q>
The options for render.
类型参数
属性
enableBackgroundThread?
Render your component in the background thread or not.
Note that all user code in the top level will be executed in the background thread by default. (eg. __BACKGROUND__ is true in the top level)
默认值
定义于
index.d.ts:1416