Skip to content

Latest commit

 

History

History

contexts

Hubbl logo

Hubbl Data Access.Context

This library hosts the contexts used in the different React applications, which contain most of the logic required and shared with the application.

Coverage Status GitHub

Project

The application is built using the @nrwl/react:library generator, and it is built with TypeScript and React.

Development

Installation

Once the repository has been cloned, install the dependencies of the project.

# with npm
npm install

Execution

The library can not be executed, as it is a utility library.

Testing

The library contains only unit tests. The unit tests are required in any class or function that is used. In order to run the tests:

# unit tests
nx test data-access-contexts

Coverage

The project flag inside CodeCov is data-access-contexts.