https://github.com/drewmoore/schnell-imbiss
A Primer on Test-Driven Development
https://github.com/drewmoore/schnell-imbiss
Last synced: 11 months ago
JSON representation
A Primer on Test-Driven Development
- Host: GitHub
- URL: https://github.com/drewmoore/schnell-imbiss
- Owner: drewmoore
- Created: 2020-07-01T11:21:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T09:34:49.000Z (almost 6 years ago)
- Last Synced: 2025-04-14T09:51:11.135Z (about 1 year ago)
- Language: JavaScript
- Size: 99.6 KB
- Stars: 1
- Watchers: 1
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Schnell Imbiss!
Get familiar with the exciting world of test-driven development! We are developing a highly-sophisticated online ordering system for a local Berlin restaurant. Unfortunately, there are tests that are failing! Some of the tests are incorrectly written. Others are for incomplete functionality. We also have missing test coverage that must be completed.
__Warning__: This code challenge may cause side effects including intense hunger!
## Instructions
- Install [Docker](https://www.docker.com/get-started)
- Fork this repository to your own account
- Clone your forked repo locally
- cd into your project directory
- Create branch: `git checkout -b fix-tests`
## Run tests
```bash
docker-compose run test
```