Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christoferolaison/sthlmjs
https://github.com/christoferolaison/sthlmjs
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/christoferolaison/sthlmjs
- Owner: christoferolaison
- Created: 2019-09-14T15:38:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:39:50.000Z (about 2 years ago)
- Last Synced: 2024-11-07T12:50:09.111Z (2 months ago)
- Language: JavaScript
- Size: 1.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Presentation
Held a [talk](https://www.mentimeter.com/s/35c99a50fe2dcd32e0a5cbae32a31201/d69aec3b2530) at [sthlm.js](https://www.meetup.com/sthlm-js/events/264720555/) at [Mentimeter](https://www.mentimeter.com/) where I went trough different kinds of testing and asked the audience if they and how test their code.
## Start services
```bash
docker-compose up --build
```then it's possible to omit `--build`
```bash
docker-compose up
```## Setup
```bash
yarn
```## Unit and integration tests
```bash
yarn test
```
or
```bash
yarn test:watch
```## End-to-end
```bash
yarn test:e2e
```be sure to have the services up and running