An open API service indexing awesome lists of open source software.

https://github.com/rolling-scopes-school/custom-jquery-tests

Test your custom jquery implementation without clicking and crying!
https://github.com/rolling-scopes-school/custom-jquery-tests

Last synced: over 1 year ago
JSON representation

Test your custom jquery implementation without clicking and crying!

Awesome Lists containing this project

README

          

# Custom JQuery tests

## Install
* install node.js v6.x.x
```sh
git clone https://github.com/rolling-scopes-school/custom-jquery-tests.git
cd custom-jquery-tests
npm i
```

* open `config.json`
* add path to your folder
* make sure you provided `window.$` reference to your implementation of JQuery

## Run
```sh
npm test
```
---

Feel free to fork and contribute new tests :smirk_cat: