getConfig function Null safety

  1. @JS('rtl.getConfig')
JsConfig getConfig()

Returns the configuration options being used by react-testing-library.

See: testing-library.com/docs/dom-testing-library/api-configuration/

Implementation

@JS('rtl.getConfig')
external JsConfig getConfig();