https://github.com/wingleung/dpg-blomme
https://github.com/wingleung/dpg-blomme
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wingleung/dpg-blomme
- Owner: wingleung
- License: mit
- Created: 2020-05-07T06:14:22.000Z (about 5 years ago)
- Default Branch: refactor-js-jest
- Last Pushed: 2022-12-06T17:31:56.000Z (over 2 years ago)
- Last Synced: 2025-02-18T01:28:00.480Z (4 months ago)
- Language: JavaScript
- Size: 2.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
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
```