• Robert Knight's avatar
    Add missing `wrapper.update()` and `act` calls · c4615792
    Robert Knight authored
    This test happened to pass before, but failed after an adapter upgrade.
    All external state changes should be wrapped in `act` to flush state
    updates and effects and followed by `wrapper.update` to update the
    Enzyme adapter.
    c4615792
timestamp-test.js 3.25 KB