Circle V2 API Docs
    Preparing search index...

    Variable actConst

    act: 0 extends 1 & typeof reactAct ? typeof reactDeprecatedAct : typeof reactAct

    Simply calls React.act(cb) If that's not available (older version of react) then it simply calls the deprecated version which is ReactTestUtils.act(cb)