Skip to content

didierganthier/getting-started-jest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Jest

Jest is a delightful JavaScript Testing Framework with a focus on simplicity.

Built With

  • Javascript
  • Linters
  • Jest

Live Demo

N/A

Getting Started

To get a local copy up and running follow these simple example steps. (NPM)

  1. Ope your terminal
  2. Navigate to the directory where you want your project cloned
  3. Clone the project using git clone or just copy the command below:
 git clone https://github.com/didierganthier/getting-started-jest.git
  1. Open the project with your IDE. I use Visual Studio Code

  2. Run npm install to get the dependencies

    not sure how to use npm? Read this.

  3. Run the tests using this command:

 npm test

not sure how to use npm? Read this.

Prerequisites

  • Having an IDE .
  • Having Git installed and configured.

Setup

  • Clone the repository using Git.
  • Open the project folder in your IDE.
  • Get the dependecies

Authors

👤 Author1

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

Jest is a delightful JavaScript Testing Framework with a focus on simplicity.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published