jquery / jquery-color

jQuery plugin for color manipulation and animation support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

borderColor test fails with newer QUnit

scottgonzalez opened this issue · comments

The borderColor animation test runs assertions even after the test has finished. This happens because the step callback is invoked for every property, even though the .stop() is called for the first property. The test seems strange as is, so I'm not sure how to fix it because I'm not sure it's really testing something it should.

QUnit updated to 1.22.0

Ref: c0e3bfb

This doesn't seem relevant anymore.