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!
- Host: GitHub
- URL: https://github.com/rolling-scopes-school/custom-jquery-tests
- Owner: rolling-scopes-school
- Created: 2015-05-18T18:27:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T15:00:14.000Z (about 9 years ago)
- Last Synced: 2025-03-28T13:44:38.331Z (over 1 year ago)
- Language: CoffeeScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 20
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: