Home Reference Source

References

summary
public

Integration test helper

since 0.1.0
public

Shallow render a component multipile times with fixtures

since 0.1.0
public

F async testActionSnapshot(action: Function): Promise

Run an action (sync or async) and except the results to much snapshot

since 0.1.0
public

Test actions with fixtures and snapshots

since 0.1.0
public

F testComponentSnapshotsWithFixtures(Component: ReactComponent, fixtures: ComponentFixtures)

Test a component with fixtures and snapshots

since 0.1.0
public

Test a reducer with fixtures and snapshots

since 0.1.0
public

Test selectors with fixtures and snapshots

since 0.1.0
public

Fixtures for actions where the key is the description and the value is the action.

public

Fixtures for a component where the key is the description and the value is the component props.

public

Fixtures for a component where the key is the description and the value is the component props.

public

Fixture for a reducer.

public

Fixtures for a reducer where the key is the description and the value is a ReducerFixture