Skip to content

malfarom29/cache-testing

Repository files navigation

Description

Configuration

Set the following env variables:

REDIS_HOST=
REDIS_PORT=
REDIS_PASSWORD=
REDIS_TTL=

Start redis with docker-compose up -d

Installation

$ yarn install

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published