/** * 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(); } ); } ); } ); } ); KKR vs RCB Head to Head – HOW TO CRIC

KKR vs RCB Head to Head

KKR vs RCB Head to Head

इंडियन प्रीमियर लीग (IPL) का सोलवा सीजन का 9वां मुकाबला कोलकाता नाइट राइडर्स और रॉयल चैलेंजर्स बैंगलोर के बीच होने वाला है| जोकि पेचीदा मुकाबला इस बार स्टेडियम में देखने के लिए मिलेगा, तो आज के इस पेज पर हम आपको बताएंगे, कि कोलकाता नाइट राइडर्स और रॉयल चैलेंजर्स बैंगलोर में से कौन सी टीम जीतेगी या हम कहें कि किस टीम का पलड़ा भारी है?

इंडियन प्रीमियर लीग (आईपीएल) का 16वा सीजन का नौवां मुकाबला कोलकाता नाइट राइडर्स और रॉयल चैलेंजर्स बैंगलोर के बीच ईडन गार्डन में खेला जाएगा| इस मैच की शोभा बढ़ाने के लिए कोलकाता नाइट राइडर्स के मालिक और बॉलीवुड के बादशाह शाहरुख खान भी स्टेडियम में नजर आएंगे| जहां तक नितीश राणा केकेआर की कमान संभालेंगे और वहीं दूसरी तरफ फाफ डू प्लेसिस रॉयल चैलेंजर्स बैंगलोर की कमान संभालते हुए नजर आएंगे, तो चलिए जानते हैं| कोलकाता नाइट राइडर्स और रॉयल चैलेंज बैंगलोर के मुकाबले के बारे में कि इस बार स्टेडियम में किसकी आवाज की गूंज आएगी|

हम आपको बता दें, आईपीएल 2023 में कोलकाता नाइट राइडर्स अपना पहला मैच अपने घर कोलकाता के ईडन गार्डन में खेलने के लिए तैयार है| जहां केकेआर अपना पहला मैच पंजाब किंग्स के खिलाफ हार कर बहुत निराश हुई थी| वहीं दूसरी तरफ रॉयल चैलेंजर्स बेंगलुरु अपना पहला मैच मुंबई इंडियंस के खिलाफ जीत कर बहुत खुश हुई थी| वही दोनों टीमों के बीच कड़ी टक्कर देखने को मिलती है और इस बार भी दोनों टीमें जीत के लिए कड़ी मेहनत और कड़ा मुकाबला करने के लिए स्टेडियम में नजर आएंगे|

KKR vs RCB से कौन सी टीम जीतेगी?


दोस्तों हम बात करें की KKR vs RCB से कौन सी टीम जीतेगी? तो आपको जानने के लिए इस पेज पर बने रहना है| केकेआर और आरसीबी के बीच आईपीएल के 15 सीजन में अब तक 30 बार आमना-सामना हुआ है| जिस आंकड़ों के अनुसार देखने को मिलता है, कोलकाता का पलड़ा भारी नजर आ रहा है| जबकि केकेआर ने आरसीबी के खिलाफ 30 मैचों में से 16 मैच में जीत हासिल की| वहीं 14 मुकाबले में हार झेलनी पड़ी है| हालांकि रॉयल चैलेंजर्स बेंगलुरु को 14 मैचों में जीत और 16 मैचों में हार का सामना करना पड़ा है| हालांकि दोनों टीमों के आंकड़ों में ज्यादा अंतर देखने के लिए नहीं मिला है| लेकिन दो मुकाबले से आरसीबी भी मात खा गई है| इस वजह से आरसीबी पर केकेआर का दबदबा दिख रहा है| लेकिन 2023 में मैच के मुकाबले जिस हिसाब से देखा जा रहा है, तो रॉयल चैलेंजर्स बेंगलुरु भी इस बार काफी अच्छे फॉर्म में दिख रही है|

KKR vs RCB के जीत के आंकड़े


कोलकाता नाइट राइडर्स
• केकेआर 16 जीत
• केकेआर 14 हार
• सर्वश्रेष्ठ स्कोर 222 रन
• सबसे कम स्कोर 84

रॉयल चैलेंजर्स बैंगलोर
• आरसीबी 14 जीत
• आरसीबी 16 हार
• सर्वश्रेष्ठ स्कोर 213 रन
• सबसे कम स्कोर 49

KKR vs RCB प्लेइंग इलेवन?


कोलकाता नाइट राइडर्स की टीम:


नितीश राणा (C), रहमानुल्लाह गुरबाज (WK), वीआर अय्यर, मनदीप सिंह, आंद्रे रसेल, रिंकू सिंह, सुनील नरेन, शार्दुल ठाकुर, टीम साउथी, उमेश यादव और वरुण चक्रवर्ती

रॉयल चैलेंजर्स बैंगलोर टीम:


फाफ डू प्लेसिस (C), विराट कोहली, दिनेश कार्तिक (wk) , माइकल ब्रेसवेल, ग्लेन मैक्सवेल, आकाशदीप, शाहबाज अहमद, डेविड विली, करण शर्मा, मोहम्मद सिराज और हर्षल पटेल

KOL vs RCB: इस मैच में रॉयल चैलेंजर्स बैंगलोर के मैच जीतने की उम्मीद लग रही है|

Conclusion


आज के इस पोस्ट में, हम आप सभी को वह हर टॉपिक के बारे में आपको पूरी जानकारी दी , जो जानने के लिए आप इस आर्टिकल पेज पर आए हैं| जैसे KOL vs RCB? Dream 11 Team Prediction Today? KOL vs RCB kings Dream 11 Team Prediction Today? KOL vs RCB प्लेइंग इलेवन? KOL vs RCB पिच रिपोर्ट? KKR vs RCB Head to Head: कोलकाता नाइट राइडर्स और रॉयल चैलेंजर्स बैंगलोर के बीच कड़ा मुकाबला जानिए कौन सी टीम का पलड़ा भारी

Leave a Comment

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

Scroll to Top