jest-testing

Here I made setup the Jest testing framework. Wrote tests for "stringLength", "reverseString", and "capitalize" functions, and also for a calculator. I made sure all tests pass.

MIT License

Stars
6
Committers
1

Jest testing practice

Practice for writing jest test for plain Javascript projects.

Here I made setup the Jest testing framework. Wrote tests for "stringLength", "reverseString", and "capitalize" functions, and also for a calculator. I made sure all tests pass.

Built With

  • Plain Javascript
  • Jest

Getting Started

To get a local copy up and running follow these simple example steps:

  1. Under the repository name, click the Clone or download green button.
  1. Copy the URL given by clicking the clipboard button

  2. Open a terminal window in your local machine and change the current directory to the one you want the clone directory to be made.

  3. Type git clone and the paste the URL you previusly copied to the clipboard

  4. Change the current directory to the newly created folder

  5. Now open the index.html file on your browser. You can add and remove books which persist on browser reloads.

Author

Miguel Tapia

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.

Related Projects