Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bfulop/wallabyquestion
https://github.com/bfulop/wallabyquestion
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bfulop/wallabyquestion
- Owner: bfulop
- Created: 2017-09-11T13:30:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T13:37:39.000Z (over 7 years ago)
- Last Synced: 2024-11-21T14:41:36.666Z (2 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: support.js
Awesome Lists containing this project
README
Part 2 Exercises
==================**Installation**:
`npm install`**Running tests**:
Tests are located in their corresponding folders. To run:```
cd exercises/curry
mocha *spec.js
```Some will fail and some will pass. You'll need to edit the exercises until the tests pass.