Projeto criado para servir como modelo/estudo das possíveis formas de criar um teste de integração com NestJS
yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
# Install resources to get information from .env file
$ yarn add @nestjs/config
# Install Axios to request information via ClimaTempo Rest API
$ yarn add @nestjs/axios axios
xxx