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-xd8dh11 күн бұрын
What if I set up a default browser before and now I want to take it off?
@jad972719 күн бұрын
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-x2c21 күн бұрын
Great! Thanks bro
@LeonardusHutabarat22 күн бұрын
When I tried > npm run test I got the error: Exception during run: ReferenceError: MyClass is not defined
@eazygfx481526 күн бұрын
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Ай бұрын
Thank You a 1000 times! this has removed a big load of my shoulder.
@dntaneja5137Ай бұрын
Good initiative. Lectures in computers operation are going to help the computer users and beginners.
@blueplus-flowАй бұрын
Thanks for the tutorial, learned something new here!
@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.😢
@MassiveLongTool2 ай бұрын
This was breaking me to figure out, thank you so much!!! <3
@whyunique2 ай бұрын
good 🤌🏼
@keerthikitijaya-wardena67772 ай бұрын
Well explained! 👍👍👍
@MuhammadHaris-k1g3 ай бұрын
nice it's helpful bro. Thanks May Allah Bless You.
@Eaglebird88533 ай бұрын
What door width is required?
@Siam_Ahmad_SA3 ай бұрын
Not Working
@VardhanKandregula3 ай бұрын
Thanks Man..
@edopenroz3 ай бұрын
Great video, straight to the point and well explained. Thanks!
@kitsamrita68993 ай бұрын
Finally,offfffffsss
@manzurulqayyum83543 ай бұрын
Excellent thanks.
@kunalnarad60723 ай бұрын
Is this model discontinued? I cannot find it anywhere to buy.
@Syalinfotainment3 ай бұрын
@@kunalnarad6072 Google "Rim lock" you will find it any it's competitors.
@cephaschronixx93423 ай бұрын
Thanks for the Knowledge well served.
@JoseciusDev3 ай бұрын
Thanks for this video ...
@priyareddy67433 ай бұрын
Thank you so much for the video!!
@priyareddy67433 ай бұрын
simple and great content !
@priscaonyeagoro92634 ай бұрын
MAN YOU ARE THE BEST, THANKS SO MUCH🤟
@sharan.medamoni80724 ай бұрын
thank you , i helpful to me
@VinhPham-hz8ny4 ай бұрын
excellent explanation.
@syedmohammadali46464 ай бұрын
Thanks Brother Amazing
@FaBioW1144 ай бұрын
This is the clearer, simpler tutorial I ever found on this topics!! Thank you so much!
@Prachi_00974 ай бұрын
Thanku
@Sympl35354 ай бұрын
watching now the website is not working but downloaded android file transfer dmg from other website and it's great thanks
@CodingwithAhmer4 ай бұрын
its working now thanks
@honhattri29704 ай бұрын
This is the best video. I like it. Thank you so much 🥰
@vitorhugoboaventuradasilva29234 ай бұрын
Really useful. Thank you for that!
@Syalinfotainment4 ай бұрын
Glad it was helpful!
@roshansingh-yl5gp5 ай бұрын
Works better with 3-5 commits but for a branch with 100 commits it's a painful activity and not efficient
@frankwillimasugwu69385 ай бұрын
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
@technocoh5 ай бұрын
Great oversight! :)
@stansamwel71485 ай бұрын
thanks
@ygr49435 ай бұрын
شكرا
@mrunknown_8115 ай бұрын
thank you
@Syalinfotainment4 ай бұрын
Welcome!
@MasiKarimi5 ай бұрын
Thanks a lot for the info!
@abdelazizalsabagh39325 ай бұрын
Great tutorial thank you for your great effort 🙏🙏
@Syalinfotainment4 ай бұрын
My pleasure 😊
@Behrooz_easy5 ай бұрын
very professional
@princemarkied80715 ай бұрын
can i create the repo locally also? the REMOTE repo?