/** * External dependencies */ import TestRenderer from 'react-test-renderer'; /** * Internal dependencies */ import withCategory from '../with-category'; import * as mockUtils from '../../components/utils'; import * as mockBaseUtils from '../../base/utils/errors'; jest.mock( '../../components/utils', () => ( { getCategory: jest.fn(), } ) ); jest.mock( '../../base/utils/errors', () => ( { formatError: jest.fn(), } ) ); const mockCategory = { name: 'Clothing' }; const attributes = { categoryId: 1 }; const TestComponent = withCategory( ( props ) => { return (
); } ); const render = () => { return TestRenderer.create( ); }; describe( 'withCategory Component', () => { let renderer; afterEach( () => { mockUtils.getCategory.mockReset(); } ); describe( 'lifecycle events', () => { beforeEach( () => { mockUtils.getCategory.mockImplementation( () => Promise.resolve() ); renderer = render(); } ); it( 'getCategory is called on mount with passed in category id', () => { const { getCategory } = mockUtils; expect( getCategory ).toHaveBeenCalledWith( attributes.categoryId ); expect( getCategory ).toHaveBeenCalledTimes( 1 ); } ); it( 'getCategory is called on component update', () => { const { getCategory } = mockUtils; const newAttributes = { ...attributes, categoryId: 2 }; renderer.update( ); expect( getCategory ).toHaveBeenNthCalledWith( 2, newAttributes.categoryId ); expect( getCategory ).toHaveBeenCalledTimes( 2 ); } ); it( 'getCategory is hooked to the prop', () => { const { getCategory } = mockUtils; const props = renderer.root.findByType( 'div' ).props; props.getCategory(); expect( getCategory ).toHaveBeenCalledTimes( 2 ); } ); } ); describe( 'when the API returns category data', () => { beforeEach( () => { mockUtils.getCategory.mockImplementation( ( categoryId ) => Promise.resolve( { ...mockCategory, id: categoryId } ) ); renderer = render(); } ); it( 'sets the category props', () => { const props = renderer.root.findByType( 'div' ).props; expect( props.error ).toBeNull(); expect( typeof props.getCategory ).toBe( 'function' ); expect( props.isLoading ).toBe( false ); expect( props.category ).toEqual( { ...mockCategory, id: attributes.categoryId, } ); } ); } ); describe( 'when the API returns an error', () => { const error = { message: 'There was an error.' }; const getCategoryPromise = Promise.reject( error ); const formattedError = { message: 'There was an error.', type: 'api' }; beforeEach( () => { mockUtils.getCategory.mockImplementation( () => getCategoryPromise ); mockBaseUtils.formatError.mockImplementation( () => formattedError ); renderer = render(); } ); it( 'sets the error prop', ( done ) => { const { formatError } = mockBaseUtils; getCategoryPromise.catch( () => { const props = renderer.root.findByType( 'div' ).props; expect( formatError ).toHaveBeenCalledWith( error ); expect( formatError ).toHaveBeenCalledTimes( 1 ); expect( props.error ).toEqual( formattedError ); expect( typeof props.getCategory ).toBe( 'function' ); expect( props.isLoading ).toBe( false ); expect( props.category ).toBeNull(); done(); } ); } ); } ); } ); Bhuvneshwar kumar ने IPL में बनाया New Record: भारत के पहले तेज गेंदबाज ने यह कर दिखाया कारनामा – HOW TO CRIC

Bhuvneshwar kumar ने IPL में बनाया New Record: भारत के पहले तेज गेंदबाज ने यह कर दिखाया कारनामा

Bhuvneshwar kumar ने अपना 150वां IPL मैच खेला

सनराइजर्स हैदराबाद (SRH) के तेज गेंदबाज भुवनेश्वर कुमार ने शुक्रवार को कोलकाता नाइट राइडर्स (KKR) के खिलाफ मैच में ऐसा प्रदर्शन किया, की एक खास रिकॉर्ड अपने नाम कर लिया है| भुवनेश्वर कुमार भारत के पहले तेज गेंदबाज खिलाड़ी बन चुके हैं| सनराइजर्स हैदराबाद के तेज गेंदबाज भुवनेश्वर कुमार ने शुक्रवार को कोलकाता के आईपीएल 2023 के 19वें मैच में खास Record बना दिया है| भुवनेश्वर कुमार अपने करियर के 150वां मैच खेल रहे हैं|

33 साल के भुवनेश्वर कुमार भारत के पहले तेज गेंदबाज बन चुके हैं| जिन्होंने 150वां IPL मैच खेले| IPL में सबसे ज्यादा मैच खेलने का रिकॉर्ड चेन्नई सुपर किंग्स (CSK) के कप्तान एमएस धोनी के नाम है| धोनी ने 238 मैच खेले हैं, भुवनेश्वर कुमार IPL में 150 या ज्यादा मैच खेलने वाले 23वे खिलाड़ी बन चुके हैं| भुवनेश्वर 150 आईपीएल मैच खेलने वाले 18वे भारतीय खिलाड़ी बने|

भुवनेश्वर कुमार आईपीएल में 150 मैच खेलने वाले पहले भारतीय तेज गेंदबाज बने भारतीय तेज गेंदबाजों में भुवनेश्वर के बाद सबसे ज्यादा मैच खेलने का रिकॉर्ड, उमेश यादव के नाम जाता है| उमेश यादव ने अब तक 137 मैच खेले हैं और इसमें उन्होंने 136 विकेट अपने नाम किए हैं| मुंबई इंडियंस (MI) के तेज गेंदबाज जसप्रीत बुमराह इस लिस्ट में तीसरे स्थान पर बने हुए हैं| जसप्रीत बुमराह ने 120 मैचों में 145 विकेट अपने नाम किए हैं|

भारतीय टीम के पूर्व तेज गेंदबाज प्रवीण कुमार इस लिस्ट में चौथे स्थान पर है| प्रवीण कुमार ने 119 मैच खेले और 90 विकेट अपने नाम कर लिए हैं| हार्दिक पांड्या 110 मैचों के साथ इस लिस्ट में Top 5 नंबर पर पूरा करते हैं| संदीप शर्मा 106 मैचों के साथ छठे और विनय कुमार 105 मैचों के साथ सातवें स्थान पर आते हैं|

IPL करियर भुवनेश्वर कुमार


भुवनेश्वर कुमार ने आईपीएल में अब तक 149 मैचों में 247 रन बनाए हैं| उन्होंने मौजूदा आईपीएल में 3 मैच खेले और 6 रन बनाए हैं| वही दाएं हाथ के तेज गेंदबाज ने 149 मैचों में 156 विकेट अपने नाम किए हैं| मौजूदा आईपीएल में भुवनेश्वर कुमार ने 3 मैचों में 2 विकेट चटकाए|

अंतिम शब्द

आज के इस पोस्ट में, हम आप सभी को वह हर टॉपिक के बारे में आपको पूरी जानकारी दी , जो जानने के लिए आप इस आर्टिकल पेज पर आए हैं| जैसे Bhuvneshwar kumar ने IPL में बनाया New Record: भारत के पहले तेज गेंदबाज ने यह कर दिखाया कारनामा? भारत के पहले तेज गेंदबाज ने यह कर दिखाया कारनामा? Bhuvneshwar kumar ने IPL में बनाया New Record?

हमारी वेबसाइट पर आने के लिए और इस आर्टिकल को पढ़ने के लिए धन्यवाद और इससे अधिक जानकारी प्राप्त करना चाहते हैं, तो हमारी वेबसाइट पर विजिट करें और ऐसी जानकारी आपको मिलती रहेंगे|

READ MORE :-

CSK vs SRH Dream 11 Team Prediction Today

MI vs PBKS Dream 11 Team Prediction

1 thought on “Bhuvneshwar kumar ने IPL में बनाया New Record: भारत के पहले तेज गेंदबाज ने यह कर दिखाया कारनामा”

  1. Pingback: MI vs PBKS Dream 11 Team Prediction Today, Fantasy Cricket Tips, Playing 11, Pitch Report, Dream11 Team Captain and Vice Captain And Best winning team of today's match, IPL 2023 - HOW TO CRIC

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top