Packages

package raw

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait RenderedInstance extends Object
    Annotations
    @RawJSType() @native()
  2. trait ShallowInstance extends Object with RenderedInstance
    Annotations
    @RawJSType() @native()
  3. class ShallowRenderer extends Object

    You can think of the shallowRenderer as a "place" to render the component you're testing, and from which you can extract the component's output.

    You can think of the shallowRenderer as a "place" to render the component you're testing, and from which you can extract the component's output.

    Annotations
    @RawJSType() @JSImport("react-test-renderer/shallow", JSImport.Default) @native()
    See also

    https://reactjs.org/docs/shallow-renderer.html

  4. trait TestInstance extends Object with RenderedInstance
    Annotations
    @RawJSType() @native()
  5. trait TestRenderer extends Object
    Annotations
    @RawJSType() @native()
  6. trait TestRendererOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()

Value Members

  1. object TestRenderer extends Object

    Facade for React TestRenderer.

    Facade for React TestRenderer.

    Annotations
    @JSImport("react-test-renderer", JSImport.Namespace) @native()
    See also

    https://reactjs.netlify.com/docs/test-renderer.html

Ungrouped