Level-Up-JavaScript-Testing-101
Level-Up-JavaScript-Testing-101 copied to clipboard
Learn JavaScript testing with Jest.
Steps to reproduce: 1. `git clone https://github.com/leveluptuts/Level-Up-JavaScript-Testing-101.git` 2. `cd .\Level-Up-JavaScript-Testing-101\`, `npm install` 3. `npm start` (or `npm run start`) the output is the following (`` contains only latin letters and...
You have autocomplete/intellisense options in VSCode  Is there an extension you're using to get these? I have Orta's Jest and andys8's Jest Snippets installed, as well as Microsoft's Visual...
Import
I have been successful following tests on 1st and 2nd video, but kept on getting _FAIL src/App.test.js ● Test suite failed to run_ on 3rd video. **App.js:** ```javascript export const...