Skip to content

Source code described in my JavaScript Testing related video tutorial in Learn with Sumit Youtube Channel

Notifications You must be signed in to change notification settings

learnwithsumit/testing-in-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Facebook-Page Facebook-Group Instagram LinkedIn


Table of Contents

How to run

Please follow the below instructions to run this project in your computer:

  1. Clone this repository

    git clone https://github.com/learnwithsumit/testing-in-javascript.git
  2. Use below command in your terminal to install node_modules using yarn

    yarn

    or you can use npm to install the same as below

    npm install
  3. To test, run the below command in your terminal

    yarn test

    or

    npm run test
  4. To build the project with webpack, just run the below command in your terminal

    yarn build

    or

    npm run build
  5. After building, you can simply run the index.html file with VS Code Live Server

Contact

Sumit Saha - sumit@learnwithsumit.com

Project Link: https://github.com/learnwithsumit/testing-in-javascript

Youtube Video Link: https://youtu.be/6hC3r8A1CHw

Youtube Channel: https://youtube.com/LearnwithSumit

About

Source code described in my JavaScript Testing related video tutorial in Learn with Sumit Youtube Channel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published