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

https://github.com/wingleung/dpg-blomme


https://github.com/wingleung/dpg-blomme

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        











# DPG Media Blomme

> Blomme is West-Flemish for flowers

## 🚀 Key takeaways for DPG Media
- 100% coverage
- easily add more business logic
- smaller code files, max 30 lines per file
- fixture script (`npm run test:fixture`)
- as per requirements I didn't touch `Item` code, just abstracted it to its own file

## Getting started

Install dependencies

```sh
npm install
```

## Running tests

To run all tests

```sh
npm test
```

To run all tests in watch mode

```sh
npm run test:watch
```

To generate test coverage report

```sh
npm run test:coverage
```

To generate test fixture

```sh
npm run test:fixture
```