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

https://github.com/lookfirst/mikro-example


https://github.com/lookfirst/mikro-example

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Build status](https://github.com/lookfirst/mikro-example/workflows/Node%20CI/badge.svg)](https://github.com/lookfirst/mikro-example)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=lookfirst/mikro-example)](https://dependabot.com)
[![Dependencies](https://david-dm.org/lookfirst/mikro-example/master/status.svg)](https://david-dm.org/lookfirst/mikro-example/master)
[![DevDependencies](https://david-dm.org/lookfirst/mikro-example/master/dev-status.svg)](https://david-dm.org/lookfirst/mikro-example/master?type=dev)

# mikro-example

Example of setting up [mikro](https://github.com/mikro-orm/mikro-orm) with jest for unit testing.

```sh
yarn
yarn build
yarn test
```