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

reactjs / react-modal / 538
85%

Build:
DEFAULT BRANCH: master
Ran 06 Sep 2017 06:07PM UTC
Jobs 2
Files 10
Run time 274min
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
538

push

travis-ci

diasbruno
Export default property in CommonJS and global object

In Babel 5, the ES6 default property was exported as both default
property under the CommonJS export (module.exports) and global object
(in UMD wrapper, on browser). With babel 6 this behaviour was changed
(https://github.com/babel/babel/issues/2212) and now using library
requires e.g.

require("react-modal").default instead of just require("react-modal")
ReactModal.default instead of ReactModal

This babel plugin restores the old behaviour.

174 of 293 branches covered (59.39%)

340 of 389 relevant lines covered (87.4%)

47.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 538.1 06 Sep 2017 06:08PM UTC 0
87.4
Travis Job 538.1
2 538.2 06 Sep 2017 06:07PM UTC 0
87.4
Travis Job 538.2
Source Files on build 538
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #538
  • 54c59c5c on github
  • Prev Build on master (#535)
  • Next Build on master (#540)
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