- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Test-With-Jest is a project to conduct a few practical tests for JavaScript functions using the Jest library.
Interaction
- Tests follow the AAA pattern
- There is no live demo for this practice exercise.
To get a local copy up and running, follow these steps.
In order to run this project you need an IDE such as VS code, sublime, atom e.t.c:
Clone this repository to your desired folder:
Example commands:
$ cd my-folder
$ git clone git@github.com:mutugi-c/Test-With-Jest.git
Install git to work on this project with:
$ git config --global user.name "First Last"
$ git config --global user.email "example@example.com"
To run the project have Node.js installed, and execute the following commands to initialize npm and install jest locally (You can use the package manager of your choice):
$ npm init -y
$ npm install --save-dev jest
To run tests, you can use the following command:
$ npm test
You do not have to deploy this project since it is for testing practice.
👤 Chris Mutugi
- GitHub: @mutugi-c
- Twitter: @chris__mutugi
- LinkedIn: chris-mutugi
- More types of tests
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, give a ⭐️.
I would like to thank Microverse for the opportunity work on this project.
This project is MIT licensed.