nilson-roman / fc-clean-architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full Cycle Product Route Challenge

This project is a fork of the Full Cycle fc-clean-architecture repository:

https://github.com/devfullcycle/fc-clean-architecture

In this challenge I must implement e2e tests for list product route

Installation

To install the software, follow these steps:

  1. Clone the repository:
git clone https://github.com/nilson-roman/fc-clean-architecture
  1. Change into the project directory:
cd fc-clean-architecture
  1. Install the dependencies:
npm install

Running Tests

To execute the tests for the challenge, run the following command:

npm test src/infrastructure/api/__tests__/product.e2e.spec.ts

Technology

  • Node.js version: 14 lts;

About


Languages

Language:TypeScript 100.0%