javascript-testing-best-practices
javascript-testing-best-practices copied to clipboard
ππ π’ Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023)
The second example in section 1.1 says: `expect(result.approved).to.be.false;` It should be: `expect(result.approved).to.be.true;` (I'm guessing you made it false so you could simulate the error output in the next picture.)
The 2.7 chapter is a duplication of the 1.9 one
In this url https://github.com/goldbergyoni/javascript-testing-best-practices#-%EF%B8%8F29-isolate-the-component-from-the-world-using-http-interceptor There is a syntax error in the Code Examples section that causes the next item to be included in the code example.
According to changes in this [PR](https://github.com/goldbergyoni/javascript-testing-best-practices/pull/216) Item 2.11 is missing in the readme file. After some thought I came to the conclusion that this is a syntax error. Do you...
Adicionado espaΓ§o entre palavras no tΓtulo da seΓ§Γ£o 5.3
# Avoid mocks in favor of stubs and spies Correct me if im wrong but i was reading this paper ([Mocks Aren't Stubs](https://martinfowler.com/articles/mocksArentStubs.html)) you provided about test doubles, and then...
fix: wrong word fixed.
νμ€ => νμ€