https://github.com/roddolf/jasmine-ajax-node
Request mocking for Node.js using the same API as jasmine-ajax.
https://github.com/roddolf/jasmine-ajax-node
hacktoberfest http jasmine jasmine-ajax mocking node request
Last synced: 2 months ago
JSON representation
Request mocking for Node.js using the same API as jasmine-ajax.
- Host: GitHub
- URL: https://github.com/roddolf/jasmine-ajax-node
- Owner: roddolf
- Created: 2018-12-07T23:38:16.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-12-03T08:21:40.000Z (4 months ago)
- Last Synced: 2025-12-06T10:23:43.528Z (4 months ago)
- Topics: hacktoberfest, http, jasmine, jasmine-ajax, mocking, node, request
- Language: TypeScript
- Homepage:
- Size: 962 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Jasmine Ajax Node
[](https://badge.fury.io/js/jasmine-ajax-node)
[](https://app.codacy.com/gh/roddolf/jasmine-ajax-node/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[](https://codecov.io/gh/roddolf/jasmine-ajax-node)
[](https://circleci.com/gh/roddolf/jasmine-ajax-node/tree/main)
[](https://conventionalcommits.org)
Requests mocking for Node.js using the same API as [jasmine-ajax](https://github.com/jasmine/jasmine-ajax),
making able to run tests using `jasmine.Ajax` in Node.js.