Пікірлер
@alexdelara9858
@alexdelara9858 2 күн бұрын
So.... nyc is for unit tests only ? What else could I use if I have a whole set of Playwright tests already out there which don't know anything about coverage ? (babel is giving me grief and I cannot refactor the code)
@Roro-xd8dh
@Roro-xd8dh 11 күн бұрын
What if I set up a default browser before and now I want to take it off?
@jad9727
@jad9727 19 күн бұрын
Where do we find our credentials? I tried changing my password on GitHub but it doesnt let me git-push-origin-master without the credentials.
@DnyaneshwarZukle-x2c
@DnyaneshwarZukle-x2c 21 күн бұрын
Great! Thanks bro
@LeonardusHutabarat
@LeonardusHutabarat 22 күн бұрын
When I tried > npm run test I got the error: Exception during run: ReferenceError: MyClass is not defined
@eazygfx4815
@eazygfx4815 26 күн бұрын
Can this be used to host .css files etc in a different branch and host doc files (.md) in the main? So i can push changes to the other branch without overriding the main?
@binalayefazikiye8225
@binalayefazikiye8225 Ай бұрын
Thank You a 1000 times! this has removed a big load of my shoulder.
@dntaneja5137
@dntaneja5137 Ай бұрын
Good initiative. Lectures in computers operation are going to help the computer users and beginners.
@blueplus-flow
@blueplus-flow Ай бұрын
Thanks for the tutorial, learned something new here!
@FaizanKhan-k8p5g
@FaizanKhan-k8p5g Ай бұрын
Can you solve my error I followed your step that is shown on this video but when i did push command it shows error that "repository not found" but i had created repository in github.😢
@MassiveLongTool
@MassiveLongTool 2 ай бұрын
This was breaking me to figure out, thank you so much!!! <3
@whyunique
@whyunique 2 ай бұрын
good 🤌🏼
@keerthikitijaya-wardena6777
@keerthikitijaya-wardena6777 2 ай бұрын
Well explained! 👍👍👍
@MuhammadHaris-k1g
@MuhammadHaris-k1g 3 ай бұрын
nice it's helpful bro. Thanks May Allah Bless You.
@Eaglebird8853
@Eaglebird8853 3 ай бұрын
What door width is required?
@Siam_Ahmad_SA
@Siam_Ahmad_SA 3 ай бұрын
Not Working
@VardhanKandregula
@VardhanKandregula 3 ай бұрын
Thanks Man..
@edopenroz
@edopenroz 3 ай бұрын
Great video, straight to the point and well explained. Thanks!
@kitsamrita6899
@kitsamrita6899 3 ай бұрын
Finally,offfffffsss
@manzurulqayyum8354
@manzurulqayyum8354 3 ай бұрын
Excellent thanks.
@kunalnarad6072
@kunalnarad6072 3 ай бұрын
Is this model discontinued? I cannot find it anywhere to buy.
@Syalinfotainment
@Syalinfotainment 3 ай бұрын
@@kunalnarad6072 Google "Rim lock" you will find it any it's competitors.
@cephaschronixx9342
@cephaschronixx9342 3 ай бұрын
Thanks for the Knowledge well served.
@JoseciusDev
@JoseciusDev 3 ай бұрын
Thanks for this video ...
@priyareddy6743
@priyareddy6743 3 ай бұрын
Thank you so much for the video!!
@priyareddy6743
@priyareddy6743 3 ай бұрын
simple and great content !
@priscaonyeagoro9263
@priscaonyeagoro9263 4 ай бұрын
MAN YOU ARE THE BEST, THANKS SO MUCH🤟
@sharan.medamoni8072
@sharan.medamoni8072 4 ай бұрын
thank you , i helpful to me
@VinhPham-hz8ny
@VinhPham-hz8ny 4 ай бұрын
excellent explanation.
@syedmohammadali4646
@syedmohammadali4646 4 ай бұрын
Thanks Brother Amazing
@FaBioW114
@FaBioW114 4 ай бұрын
This is the clearer, simpler tutorial I ever found on this topics!! Thank you so much!
@Prachi_0097
@Prachi_0097 4 ай бұрын
Thanku
@Sympl3535
@Sympl3535 4 ай бұрын
watching now the website is not working but downloaded android file transfer dmg from other website and it's great thanks
@CodingwithAhmer
@CodingwithAhmer 4 ай бұрын
its working now thanks
@honhattri2970
@honhattri2970 4 ай бұрын
This is the best video. I like it. Thank you so much 🥰
@vitorhugoboaventuradasilva2923
@vitorhugoboaventuradasilva2923 4 ай бұрын
Really useful. Thank you for that!
@Syalinfotainment
@Syalinfotainment 4 ай бұрын
Glad it was helpful!
@roshansingh-yl5gp
@roshansingh-yl5gp 5 ай бұрын
Works better with 3-5 commits but for a branch with 100 commits it's a painful activity and not efficient
@frankwillimasugwu6938
@frankwillimasugwu6938 5 ай бұрын
Just incase you having the same issue i had with my testfiles, here is what i did // myUnittest/specs/myClass.specs.mjs import myClass from '../src/myClass.js'; import { expect } from 'chai'; const myObj = new MyClass(); describe('Test suit', () => { it('test the add method', () => { expect(myOb.add(1, 2)).to.equal(3); }); }); // package.json ... ... "scripts: { "test": "mocha '/.specs/*.specc.mjs'" }, ... The changes made are so our code can compete with the older later version of chai and same time with ES module
@technocoh
@technocoh 5 ай бұрын
Great oversight! :)
@stansamwel7148
@stansamwel7148 5 ай бұрын
thanks
@ygr4943
@ygr4943 5 ай бұрын
شكرا
@mrunknown_811
@mrunknown_811 5 ай бұрын
thank you
@Syalinfotainment
@Syalinfotainment 4 ай бұрын
Welcome!
@MasiKarimi
@MasiKarimi 5 ай бұрын
Thanks a lot for the info!
@abdelazizalsabagh3932
@abdelazizalsabagh3932 5 ай бұрын
Great tutorial thank you for your great effort 🙏🙏
@Syalinfotainment
@Syalinfotainment 4 ай бұрын
My pleasure 😊
@Behrooz_easy
@Behrooz_easy 5 ай бұрын
very professional
@princemarkied8071
@princemarkied8071 5 ай бұрын
can i create the repo locally also? the REMOTE repo?
@st__pt
@st__pt 6 ай бұрын
Thank you. This was very interesting
@yashofficial1305
@yashofficial1305 6 ай бұрын
really helpful welldone
@oranbilsen7035
@oranbilsen7035 6 ай бұрын
Very clear. Thank you.
@stellanwae5050
@stellanwae5050 6 ай бұрын
Thanks! I squashed it!
@Darwin-u7p
@Darwin-u7p 6 ай бұрын
Thank you for this vidoe