Skip to content

Commit

Permalink
👀 JestJS testing for monorepos
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Jun 16, 2018
1 parent 24be37e commit be183de
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions apps/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,8 @@

[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.

## Installation

```bash
$ npm install
```

## Running the app

## Run

```bash
# development
Expand All @@ -52,6 +47,12 @@ npm run api:prestart:prod
npm run api:start:prod
```

## Build
```bash
# production mode build (work-in-progress)
npm run api:prestart:prod
```

## Test
> coverage will be generate in dist/api/coverage
```bash
Expand Down

0 comments on commit be183de

Please sign in to comment.