Skip to content

Testing with Jest. Test your functions using the Jest library for more maintainable code. Built with HTML | JavaScript.

Notifications You must be signed in to change notification settings

steveWDamesJr/test-driven-development

Repository files navigation

TEST DRIVEN DEVELOPMENT

Testing with Jest. Test your functions using the Jest library for more maintainable code.

Additional description about the project and its features.

Screenshots

ToDo-APP

Built With

  • HTML | JavaScript

Getting Started

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

Prerequisites

  • Text Editor | Git and Github set up

Setup

  • Clone repository and open with text editor

Dependencies

  • Run npm install - to load necessary files from package.json

Usage

  • Update package.json with the following: "scripts": { "test": "jest --watch --coverage --verbose" },
  • Define functions with .js script files using main-files directory.
  • Test functions with .test.js script files using test-files directory.
  • In terminal type npm test - Jest will give output of results

Author

👤 STEVE W DAMES JR

🤝 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
  • etc

📝 License

This project is MIT licensed.

About

Testing with Jest. Test your functions using the Jest library for more maintainable code. Built with HTML | JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages