it( 'renders the step activeStepContent always', () => { const { getByText } = render( <MyCheckout /> ); expect( getByText( 'Custom Step - Summary Active' ) ...
確定! 回上一頁