本站已收录 番号和无损神作磁力链接/BT种子 

[FreeCourseLab.com] Udemy - React Testing with Jest and Enzyme

种子简介

种子名称: [FreeCourseLab.com] Udemy - React Testing with Jest and Enzyme
文件类型: 视频
文件数目: 92个文件
文件大小: 2.93 GB
收录时间: 2019-7-3 18:19
已经下载: 3
资源热度: 151
最近下载: 2024-5-14 15:33

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:ad28bea283430b4bab3f06616ee5f5839f71451f&dn=[FreeCourseLab.com] Udemy - React Testing with Jest and Enzyme 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[FreeCourseLab.com] Udemy - React Testing with Jest and Enzyme.torrent
  • Lesson_1._Welcome_and_Introduction.mp410.48MB
  • Lesson_10._Types_of_Tests.mp45.74MB
  • Lesson_11._Test_Behavior,_not_Implementation.mp410.38MB
  • Lesson_12._Snapshot_Testing_.mp49.48MB
  • Lesson_13._Demo_and_Start_Click_Counter_App.mp419.19MB
  • Lesson_14._Set_up_Enzyme_and_Write_Tests.mp450.3MB
  • Lesson_15._Test_Component_Rendering.mp457.32MB
  • Lesson_16._More_data-test_Attribute_Tests.mp425.62MB
  • Lesson_17._DRY_Refactor.mp483.53MB
  • Lesson_18._Test_Initial_State.mp435.15MB
  • Lesson_19._Test_Button_Click.mp469.15MB
  • Lesson_2._Versions_Used_in_this_Course.mp48.71MB
  • Lesson_20._Acceptance_Testing_and_Review.mp411.84MB
  • Lesson_21._Click_Counter_Challenges.mp49.77MB
  • Lesson_22._Jotto_App_Demo.mp45.67MB
  • Lesson_23._Jotto_App_Planning.mp420.12MB
  • Lesson_24._Jotto_App_Plan_of_Attack.mp413.56MB
  • Lesson_25._Set_up_Jotto_App_and_Congrats_Component.mp437.17MB
  • Lesson_26._Congrats_Component_Test_Setup.mp447.91MB
  • Lesson_27._Congrats_Tests_and_the_.text()_Method.mp455.69MB
  • Lesson_28._Code_the_Congrats_Component.mp426.49MB
  • Lesson_29._PropTypes_Testing.mp495.76MB
  • Lesson_3._TDD-_What_and_Why.mp413.25MB
  • Lesson_30._Code_PropTypes_and_Update_Tests.mp434.35MB
  • Lesson_31._Default_Props_in_setup().mp427.68MB
  • Lesson_32._Move_Enzyme_Configuration_to_setupTests.js.mp427.29MB
  • Lesson_33._Configure_Jest_Setup_for_non-create-react-app.mp47.19MB
  • Lesson_34._Summary_of_Abstractions.mp412.07MB
  • Lesson_35._Playing_the_Long_Game.mp47.8MB
  • Lesson_36._Set_up_GuessedWords_Component_and_Tests.mp418.6MB
  • Lesson_37._GuessedWords_PropTypes_and_setup().mp464.84MB
  • Lesson_38._Use_`describe`_for_Context.mp414.85MB
  • Lesson_39._Write_Tests_and_beforeEach_for_no_words_guessed.mp454.39MB
  • Lesson_4._create-react-app.mp47.07MB
  • Lesson_40._Code_for_no_words_guessed.mp428.94MB
  • Lesson_41._Tests_for_nonzero_guessed_words.mp464.21MB
  • Lesson_42._Code_for_nonzero_guessed_words.mp442.41MB
  • Lesson_43._Manual_Acceptance_Testing.mp420.35MB
  • Lesson_44._Bootstrap_Styling.mp430.19MB
  • Lesson_45._Review_of_Jotto_Redux_State_Plan.mp46.1MB
  • Lesson_46._Set_up_Redux.mp432.67MB
  • Lesson_47._Success_State_Planning.mp44.09MB
  • Lesson_48._`CORRECT_GUESS`_action_creator.mp450.8MB
  • Lesson_49._`successReducer`_Tests.mp452.59MB
  • Lesson_5._Setting_up_Jest_without_create-react-app.mp445.56MB
  • Lesson_50._`successReducer`_Code.mp431.55MB
  • Lesson_51._Tradeoffs_to_Unit_Testing_Action_Creators__Reducers.mp46.84MB
  • Lesson_52._Set_Up_Connected_Component_Tests.mp421.46MB
  • Lesson_53._Input_Component_Test_Organization.mp416.37MB
  • Lesson_54._Start_setup_Function_for_Input_Component.mp428.26MB
  • Lesson_55._`storeFactory`_Test_Helper.mp425.8MB
  • Lesson_56._Enzyme_`.dive()`_method.mp425.76MB
  • Lesson_57._Summary_of_Connected_Component_Setup_and_Choices.mp422.02MB
  • Lesson_58._Input_Tests_and_Code_for_success=false.mp486.18MB
  • Lesson_59._Quiz!_Write_Input_Tests_and_Code_for_success=true.mp427.09MB
  • Lesson_6._Demo_of_Jest_Watch_Mode.mp426.77MB
  • Lesson_60._Simple_Redux_Summary.mp44.21MB
  • Lesson_61._Other_Pieces_of_State.mp44.79MB
  • Lesson_62._`guessedWords`_Planning.mp414.89MB
  • Lesson_63._Redux_Thunk-_What_and_Why.mp46.15MB
  • Lesson_64._Installing_Redux_Thunk.mp437.01MB
  • Lesson_65._`getLetterMatchCount`_Helper_Function.mp456.61MB
  • Lesson_66._Thunk_Test_Planning.mp49.39MB
  • Lesson_67._Set_up_`guessWords`_Tests.mp460.01MB
  • Lesson_68._First_Thunk_Test.mp461.1MB
  • Lesson_69._Add_`secretWordReducer`.mp413.34MB
  • Lesson_7._More_about_Jest_Watch_Mode,_Test_Files_and_Tests.mp432.14MB
  • Lesson_70._Remaining_Tests.mp486.13MB
  • Lesson_71._Write_Reducer_and_Action_Creator.mp472.46MB
  • Lesson_72._Thunk_Integration_Testing_Summary.mp41.91MB
  • Lesson_73._`secretWord`_Plan.mp411.46MB
  • Lesson_74._`moxios`-_Why_and_How.mp415.06MB
  • Lesson_75._Set_up_`secretWord`_Action_Creator_and_Tests.mp441.11MB
  • Lesson_76._Testing_Asynchronous_Action_Creators.mp414.27MB
  • Lesson_77._Write_`getSecretWord`_tests.mp449.08MB
  • Lesson_78._Write_`secretWord`_Action_Creator_and_Reducer.mp446.25MB
  • Lesson_79._Summary-_Asynchronous_Action_Creators_and_`moxios`.mp411.68MB
  • Lesson_8._Enzyme_Introduction_and_Setup.mp425.98MB
  • Lesson_80._Testing_Props_and_Action_Creator_Calls.mp45.95MB
  • Lesson_81._Testing_Redux_Props.mp49.59MB
  • Lesson_82._Input_Redux_Props.mp475.08MB
  • Lesson_83._Quiz!_App_Redux_Props.mp463.43MB
  • Lesson_84._Approach_to_Testing_Action_Creator_Calls.mp412.79MB
  • Lesson_85._`getSecretWord`_call_on_App_Mount.mp4112.77MB
  • Lesson_86._Quiz!_Tests_for_`guessWord`_on_Input_Submit_Click.mp444.75MB
  • Lesson_87._Create_Input_ref.mp429.54MB
  • Lesson_88._Write_test_for_`guessWord`_Argument.mp488.09MB
  • Lesson_89._Write_`guessWord`_Call_with_Argument.mp463.85MB
  • Lesson_9._Using_Enzyme_in_a_Test.mp454.21MB
  • Lesson_90._Clear_Input_Box_on_Submit.mp430.56MB
  • Lesson_91._Demo_of_Completed_App.mp412.01MB
  • Lesson_92._Jotto_Challenges.mp423.75MB