https://github.com/gregonnet/jest-playground
https://github.com/gregonnet/jest-playground
angular jest typescript
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregonnet/jest-playground
- Owner: GregOnNet
- Created: 2019-04-02T11:01:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:40:39.000Z (over 3 years ago)
- Last Synced: 2025-01-23T13:25:10.538Z (about 1 year ago)
- Topics: angular, jest, typescript
- Language: TypeScript
- Size: 6.84 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jest Playground
## 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).