Skip to content

Commit 5ed61d4

Browse files
committed
Tests: Add karma testing
1 parent 4f58bf2 commit 5ed61d4

File tree

4 files changed

+1178
-1
lines changed

4 files changed

+1178
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,9 @@ $ git clone git@github.com:jquery/jquery-mousewheel.git
8282
$ cd jquery-mousewheel/
8383
$ npm install
8484
$ npm run build
85+
$ npm run karma
8586
```
87+
88+
The unit tests run by karma are _very_ basic sanity checks; improvements welcome.
89+
To fully test the plugin, load [test/index.html](test/index.html) in each supported
90+
browser and follow the instructions at the top of the file after the unit tests finish.

0 commit comments

Comments
 (0)