|
Ran
|
Jobs
2
|
Files
32
|
Run time
29s
|
Badge
README BADGES
|
push
travis-ci
Stop all jQuery animations before taking snapshots Setting `$.fx.off` prevents future animations from happening, but has no effect on animations that are happening when it is set. To make sure that all of these animations are in their final resting places, I added a bit of jQuery that stops all animations on all elements, clears their animation queues, and jumps to the ends of all of these animations. This will help our snapshots be more consistent. While I was at it, I adjusted the guards on `$` and `$.fx` to simply check for the existence of jQuery. This should be good enough. I also switched our usage of `$` to `jQuery`, since `$` may be defined as something other than jQuery on some sites, while `jQuery` is likely only going to be jQuery. Change-Id: I77122c0db
602 of 610 relevant lines covered (98.69%)
81.09 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 354.1 (2.0.0) | 0 |
98.69 |
Travis Job 354.1 | |
| 2 | 354.2 (2.1.0) | 0 |
98.69 |
Travis Job 354.2 |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|