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

facebook / react / 12609
86%

Build:
DEFAULT BRANCH: master
Ran 02 Sep 2016 09:36PM UTC
Jobs 1
Files 225
Run time 12s
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
12609

Pull #7646

travis-ci

web-flow
Remove describe from tests

Most of our test files only have one describe block with the name being the name of the file. This isn't useful and is only noise in the test files. It turns out that jest doesn't require it and removed it from the tutorials

I ran the following codemod https://github.com/cpojer/js-codemod/pull/54

```js
find `find . -name __tests__` | grep -v '__tests__$' | xargs ../js-codemod/node_modules/.bin/jscodeshift -t ../js-codemod/transforms/jest-remove-describe.js
```

And had to manually one two file where backtick were not properly re-printed by recast.
Pull Request #7646: Remove describe from tests

7453 of 8545 relevant lines covered (87.22%)

3230.55 hits per line

Jobs
ID Job ID Ran Files Coverage
2 12609.2 (TEST_TYPE=test) 02 Sep 2016 09:36PM UTC 0
87.22
Travis Job 12609.2
Source Files on build 12609
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12609
  • Pull Request #7646
  • PR Base - master (#12608)
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