Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yurilopesm/yurilopes-turma02-trabalho01

Hub for Automated Tests grade first work
https://github.com/yurilopesm/yurilopes-turma02-trabalho01

Last synced: 6 days ago
JSON representation

Hub for Automated Tests grade first work

Awesome Lists containing this project

README

        

# JEST Unit Tests

Template from the [teacher repo](https://github.com/ugioni/unit-tests-jest).

## GitHub Actions

[![Build and Tests](https://github.com/YuriLopesM/YuriLopes-Turma02-Trabalho01/actions/workflows/node.js.yml/badge.svg?branch=main)](https://github.com/YuriLopesM/YuriLopes-Turma02-Trabalho01/actions/workflows/node.js.yml)

## SonarCloud

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=l1mit-personal_college-hub&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=l1mit-personal_college-hub)

## Getting Started

In order to execute this project you must follow the steps below:

1. Install [Node JS](https://nodejs.org/) (version >= 20.x)
2. Run `npm install` to install all the project dependencies
3. Run `npm run test` to execute the entire test suite
4. Run `npm run coverage` to execute the entire test suite with coverage

All execution artifacts can be found in `./coverage`, if you want to remove these files run `npm run clean`.

## Project Structure

- src: source code
- test: unit test files