mattjmorrison / fauxjax

Faux ajax requests for your javascript testing needs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fauxjax

Build Status Coverage Status

faux /fō/

Adjective meaning artificial, imitation or fake.

A jQuery plugin that provides the ability to mock ajax requests during testing and development.

Installation

bower install fauxjax

Dependencies

Fauxjax currently supports jQuery 2.x

Documentation

Running the Fauxjax Tests Locally

If you have cloned this repository you can run the tests by doing the following

  • npm install
  • grunt test

About

Faux ajax requests for your javascript testing needs


Languages

Language:CoffeeScript 73.2%Language:JavaScript 26.8%