https://github.com/gardimy/testing_practice
A simple exercice to keep practice JS Testing
https://github.com/gardimy/testing_practice
javascipt jest testing
Last synced: about 1 month ago
JSON representation
A simple exercice to keep practice JS Testing
- Host: GitHub
- URL: https://github.com/gardimy/testing_practice
- Owner: Gardimy
- Created: 2023-05-17T11:06:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T19:33:51.000Z (about 3 years ago)
- Last Synced: 2025-07-08T19:53:33.353Z (12 months ago)
- Topics: javascipt, jest, testing
- Language: JavaScript
- Homepage:
- Size: 195 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Testing
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
[π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)
# πTesting
In this exercise, I write a few practical tests for JavaScript functions using the Jest library
## π Built With
> This project focuses only on `linters` and `.gitignore`. and JS or Server are included in this repo.
Client
Server
> Use webpack to bundle JavaScript.
- [ ] **[Use webpack to bundle JavaScript.]**
- [ ] **[Use ES6 modules to write modular JavaScript.]**
- [ ] **[use proper ES6 syntax.]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Gardimy/Webpack_setup/issues).
[Live Demo](https://gardimy.github.io/Webpack_setup/dist/)
>If you are a new developer and would like to have a basic project to start practicing your code or creating your first project Using the most receent version of javaScript ,HTML and CSS : Cloning this project will give you what you need!
> To get a local copy up and running, follow these steps: npm run dev or npm start to start this app.
### Prerequisites
In order to run this project you need:
- Have [npm](https://www.npmjs.com/package/npm) installed in your project:
`curl -qL https://www.npmjs.com/install.sh | sh`
### Setup
Clone this repository to your desired folder:
`https://github.com/Gardimy/Webpack_setup`
or
`https://github.com/Gardimy/Webpack_setup` <-- _Only if you have [SSH keys configured](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on your GitHub account_.
### Install:
run the `npm install` command in your console.
### Usage
To run the linters before committing any changes to your code, execute the following commands:
`npx hint .`
`npx stylelint "**/*.scss"` <--_NOTE: this repo is set up to use with SCSS. If you would like to use CSS, you must replace `"**/*.scss"` with `"**/*.{css,scss}"` in **line 48** of the `.stylelintrc.json` file, and run the linter with:_
`npx stylelint "**/*.{css,scss}"` _instead_.
> π€ **Gardimy Charles**
- GitHub: [@Gardimy](https://github.com/Gardimy)
- Twitter: [@gardyelontiga45](https://twitter.com/gardyelontiga45)
- LinkedIn: [Gardimy charles](https://www.linkedin.com/in/gardimy-charles)
- Use webpack to bundle JavaScript.
- Use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.
> If you like this project please give me a star on GitHub.And Don't hesitate to follow me on github, you will have the opportunity to get all updating available for this project.
> I would like to thank [microverse](https://www.microverse.org/) for teaching me this Skills
This project is [MIT license](./LICENSE) licensed.