https://github.com/makoni/jasmine-api-test
Simple example of testing any API with jasmine
https://github.com/makoni/jasmine-api-test
example jasmine-tests node-js nodejs tutorial
Last synced: 10 months ago
JSON representation
Simple example of testing any API with jasmine
- Host: GitHub
- URL: https://github.com/makoni/jasmine-api-test
- Owner: makoni
- License: mit
- Created: 2016-03-22T15:31:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T09:31:53.000Z (almost 8 years ago)
- Last Synced: 2025-02-03T14:22:34.058Z (about 1 year ago)
- Topics: example, jasmine-tests, node-js, nodejs, tutorial
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jasmine-api-test
[](https://travis-ci.org/makoni/jasmine-api-test) [](https://david-dm.org/makoni/jasmine-api-test) [](https://codeclimate.com/github/makoni/jasmine-api-test) [](https://codeclimate.com/github/makoni/jasmine-api-test)
Simple example of testing any API with [jasmine](http://jasmine.github.io)
```bash
npm install
npm install jasmine -g
npm install gulp -g
gulp
```
Run ESLint and Jasmine tests via gulp:
```bash
gulp
```
Run just jasmine tests:
```bash
jasmine
```