• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

qunitjs / qunit / #2968
92%
main: 91%

Build:
Build:
LAST BUILD BRANCH: 2.x
DEFAULT BRANCH: main
Ran 08 May 2021 10:09PM UTC
Jobs 1
Files 32
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
#2968

push

Krinkle
Core: Fix syntax error for 'let' from kleur.js due to Babel bug

Follows-up f8948c9, which broke the build for Safari 9.1 and IE 9,
which do not support ES6 syntax such as 'let', which kleur.js uses.

It's not clear to how why or how it matters whether babelrc is
configured via a separate file vs not, and even more so since we
do use let/const in our own code and that gets compiled just fine.

Also fix an older IE9 bug (don't recall since when), which is that
while conditional use of `console` is fine, once you open the IE dev
tools, the `console` object does exist, but then it still doesn't
have a `bind()` method, despite generally supporting Function#bind
(it is undefined on host methods, but defined on "regular" functions,
fixed in IE10). Make this work as well while at it.

1279 of 1505 branches covered (84.98%)

2235 of 2433 relevant lines covered (91.86%)

421.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #2968.1 08 May 2021 10:09PM UTC 0
91.86
Source Files on build #2968
  • Tree
  • List 32
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 12c2c9b8 on github
  • Prev Build on refs/heads/main
  • Next Build on refs/heads/main
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc