https://github.com/teekaytech/javascript-testing
This project is aimed at getting comfortable with Testing in JavaScript, using Jest. The project consists of random modules and their test files. Pure ES6 is used with Webpack.
https://github.com/teekaytech/javascript-testing
es6 eslint javascript jest-tests stylelint testing webpack
Last synced: about 1 month ago
JSON representation
This project is aimed at getting comfortable with Testing in JavaScript, using Jest. The project consists of random modules and their test files. Pure ES6 is used with Webpack.
- Host: GitHub
- URL: https://github.com/teekaytech/javascript-testing
- Owner: teekaytech
- License: mit
- Created: 2020-09-25T07:47:30.000Z (over 5 years ago)
- Default Branch: development
- Last Pushed: 2020-09-26T10:11:22.000Z (over 5 years ago)
- Last Synced: 2025-04-05T10:43:26.686Z (about 1 year ago)
- Topics: es6, eslint, javascript, jest-tests, stylelint, testing, webpack
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]

# Javascript-Testing
> This project is aimed at getting comfortable with Testing in JavaScript, using Jest. The project consists of random modules and their test files. Pure ES6 is used with Webpack.
## Built With
- JavaScript (ES6)
- Webpack
- Jest (Unit Testing Package)
## Getting Started
To get a local copy up and running follow these simple example steps.
- On the project GitHub page, navigate to the main page of the repository [this page](https://github.com/teekaytech/Weather-App.git).
- Under the repository name, locate and click on a green button named `Code`.
- Copy the project URL as displayed.
- If you're running Windows Operating System, open your command prompt. On Linux, Open your terminal.
- Change the current working directory to the location where you want the cloned directory to be made. Leave as it is if the current location is where you want the project to be.
- Type `git clone`, and then paste the URL you copied in Step 3.
`$ git clone https://github.com/teekaytech/Weather-App.git` Press Enter key
- Press Enter. Your local copy will be created.
Please Note that you must have github installed on your PC, this can be done [here](https://gist.github.com/derhuerst/1b15ff4652a867391f03).
### Prerequisites
- NPM must be installed
- JEST package
### Setup
- CD into the cloned project directory
- Run `npm install` to install webpack dependencies
- Run `npm test` to run the test cases from all files.
- Run `npm test testfilename.test.js` to run test cases from a one file
## Author
👤 **Taofeek Olalere**
- Github: [@teekaytech](https://github.com/teekaytech)
- Twitter: [@ola_lere](https://twitter.com/ola_lere)
- Linkedin: [olaleretaofeek](https://linkedin.com/in/olaleretaofeek)
- Portfolio: [Olalere Taofeek](https://teekaytech.github.io/olaleretaofeek/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Microverse](https://.microverse.org/)
- [Jest Documentation](https://jestjs.io/docs/en/getting-started)
- [The Odin Project (Project Spec)](https://www.theodinproject.com/courses/javascript/lessons/testing-practice)
## 📝 License
This project is [MIT](lic.url) licensed.
[contributors-shield]: https://img.shields.io/github/contributors/teekaytech/Javascript-Testing.svg?style=flat-square
[contributors-url]: https://github.com/teekaytech/Javascript-Testing/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/teekaytech/Javascript-Testing.svg?style=flat-square
[forks-url]: https://github.com/teekaytech/Javascript-Testing/network/members
[stars-shield]: https://img.shields.io/github/stars/teekaytech/Javascript-Testing.svg?style=flat-square
[stars-url]: https://github.com/teekaytech/Javascript-Testing/stargazers
[issues-shield]: https://img.shields.io/github/issues/teekaytech/Javascript-Testing.svg?style=flat-square
[issues-url]: https://github.com/teekaytech/Javascript-Testing/issues