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

zeit / next.js / 8906
53%
master: 52%

Build:
Build:
LAST BUILD BRANCH: canary
DEFAULT BRANCH: master
Ran 23 Dec 2018 09:10PM UTC
Jobs 2
Files 77
Run time 13s
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
8906

push

travis-ci

timneutkens
Fix with-jest-typescript example to keep babel-jest in sync with jest (#5941)

This fixes the `with-jest-typescript` example to keep jest in sync with babel-jest (also updated to the latest of both). Having them resolve to different versions was resulting in weird errors.

When attempting to update the `transform` property in `jest.setup.js` to add babel-jest support to *.js/jsx files, it would throw:

> Plugin 0 specified in "node_modules/next/babel.js" provided an invalid property of "default" (While processing preset: "node_modules/next/babel.js")

Indirectly, this will fix https://github.com/zeit/next.js/issues/5917, once the author updates `jest.setup.js` to have:
```js
  transform: {
    '^.+\\.(js|tsx)?$': 'babel-jest',
  },
```

1939 of 11005 branches covered (17.62%)

5765 of 10463 relevant lines covered (55.1%)

8.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8906.1 23 Dec 2018 09:10PM UTC 0
55.1
Travis Job 8906.1
2 8906.2 23 Dec 2018 09:10PM UTC 0
55.1
Travis Job 8906.2
Source Files on build 8906
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #8906
  • ec33b838 on github
  • Prev Build on canary (#8902)
  • Next Build on canary (#8911)
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