https://github.com/sevlamare/jest-test-suit
Practice exercises to write test suits with JEST.
https://github.com/sevlamare/jest-test-suit
jest test-suite unit-test
Last synced: about 1 month ago
JSON representation
Practice exercises to write test suits with JEST.
- Host: GitHub
- URL: https://github.com/sevlamare/jest-test-suit
- Owner: SevlaMare
- Created: 2020-08-27T21:25:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T21:01:08.000Z (about 5 years ago)
- Last Synced: 2025-02-04T14:50:14.027Z (8 months ago)
- Topics: jest, test-suite, unit-test
- Language: JavaScript
- Homepage:
- Size: 315 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JEST TEST SUIT
> A few basic functions to practice unit tests using JEST workflow## Content
* [Requirements](#requirements)
* [Built With](#built-with)
* [Getting Start](#getting-start)
* [Contributing](#contributing)
* [Acknowledgments](#acknowledgments)
* [Author](#author)
* [License](#license)## Pre-requisites
- Node
- Yarn
## Built With
- Javascript
- JEST
- Webpack
- ESlint and Stylelint (Linters)
- GitHub Actions (CI Tool)
- Git, Github and VScode
## Setup
#### Get a local copy
Now you need a copy of this application, if you are using Git:
```js
git clone git@github.com:SevlaMare/jest-test-suit.git
```
Otherwise just hit (Download Zip) on green button (Clone or Download) at top of this page.
#### Download all dependencies with
```js
npm install
```
#### Run tests
```js
yarn test
```
### Contributing
Contributions, issues and feature requests are welcome!
You can do it on [issues page](issues/).
## Acknowledgments
A special thanks for the code reviewers.
## Authors
👤 **Oscar Elizarrarás**
- Github: [@Oscar](https://github.com/AlfredoElizarraras)
- Twitter: [#Oscar](https://twitter.com/OscarAlfredoGm4)
- Linkedin: [Oscar](https://mx.linkedin.com/in/oscar-alfredo-gomez-elizarraras)
👤 **Thiago Miranda**
- Github: [@SevlaMare](https://github.com/SevlaMare)
- Twitter: [#SevlaMare](https://twitter.com/SevlaMare)
- Linkedin: [SevlaMare](https://www.linkedin.com/in/sevla-mare)
### License
Creative Commons • Ago 2020