Packages

package raw

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait RenderedInstance extends Object
    Annotations
    @RawJSType() @native()
  2. trait TestInstance extends Object with RenderedInstance
    Annotations
    @RawJSType() @native()
  3. trait TestRenderer extends Object
    Annotations
    @RawJSType() @native()
  4. trait TestRendererOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()

Deprecated Type Members

  1. trait ShallowInstance extends Object with RenderedInstance
    Annotations
    @RawJSType() @native() @deprecated
    Deprecated

    (Since version 0.5.1) Will be removed soon, use TestInstance instead

  2. 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() @deprecated
    Deprecated

    (Since version 0.5.1) Will be removed soon, use TestRenderer instead

    See also

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

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