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

qunitjs / qunit / 2901
89%
main: 90%

Build:
Build:
LAST BUILD BRANCH: 2.x
DEFAULT BRANCH: main
Ran 03 Oct 2020 08:44PM UTC
Jobs 1
Files 30
Run time 3s
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
2901

push

travis-ci-com

Krinkle
CLI: Fix 'qunit' require error on Node 10 if qunit.json exists

If the project using QUnit has a local qunit.json file in the
repository root, then the CLI was unable to find the 'qunit'
package. Instead, it first found a local 'qunit.json' file.

This affected an ESLint plugin with a 'qunit' preset file.

This bug was fixed in Node 12, and thus only affects Node 10 for us.

The bug is also specific to require.resolve(). Regular use of
require() was not affected and always correctly found the
local package. (A local file would only be considered if the
require started with dot-slash like `./qunit`.)

Ref https://github.com/nodejs/node/issues/35367.
Fixes https://github.com/qunitjs/qunit/issues/1484.

738 of 1427 branches covered (51.72%)

1428 of 2342 relevant lines covered (60.97%)

109.31 hits per line

Jobs
ID Job ID Ran Files Coverage
6 2901.6 (NPM_SCRIPT=coveralls) 03 Oct 2020 08:44PM UTC 0
60.97
Travis Job 2901.6
Source Files on build 2901
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #2901
  • f0117c02 on github
  • Prev Build on master (#2874)
  • Next Build on master (#2907)
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

© 2026 Coveralls, Inc