Level-Up-JavaScript-Testing-101 icon indicating copy to clipboard operation
Level-Up-JavaScript-Testing-101 copied to clipboard

Learn JavaScript testing with Jest.

Results 3 Level-Up-JavaScript-Testing-101 issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/19838997/60985372-62db0780-a30b-11e9-8882-b1eab9fbdf6a.png) 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...

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...