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

https://github.com/gregonnet/jest-playground


https://github.com/gregonnet/jest-playground

angular jest typescript

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Jest Playground


jest logo

## Prerequisites

Please ensure that you have installed [@angular/cli] and [yarn] globally on your
system

[@angular/cli]: https://angular.io/cli
[yarn]: https://yarnpkg.com/lang/en/docs/install/

## Set up

```bash
git clone git@github.com:GregOnNet/jest-playground.git
cd jest-playground
yarn install
```

## Run tests

```bash
# Single
ng test

# Watch Mode
ng test --watch
```

## Start app

```bash
ng start
```

## Credits

This repository is maintained with ❤️ by [co-IT.eu](https://co-it.eu).