Skip to content

Commit

Permalink
Tests: Add karma testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dmethvin committed Aug 13, 2019
1 parent 4f58bf2 commit 5ed61d4
Show file tree
Hide file tree
Showing 4 changed files with 1,178 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,9 @@ $ git clone git@github.com:jquery/jquery-mousewheel.git
$ cd jquery-mousewheel/
$ npm install
$ npm run build
$ npm run karma
```

The unit tests run by karma are _very_ basic sanity checks; improvements welcome.
To fully test the plugin, load [test/index.html](test/index.html) in each supported
browser and follow the instructions at the top of the file after the unit tests finish.
Loading

0 comments on commit 5ed61d4

Please sign in to comment.