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

helpscout / helix / 73
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/hosted-git-info-2.8.9
DEFAULT BRANCH: master
Ran 10 Nov 2017 04:51PM UTC
Jobs 1
Files 13
Run time 1s
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
73

push

travis-ci

ItsJonQ
Add new derived function for better computeds

:pear: with @alisdair to add a new function that allows you to create
computed values based on existing data within the shape of the Spec.

**Example**
```js
const Spec = createSpec({
  fname: () => 'Alice',
  lname: () => 'Baker',
  name: derived(({ fname, lname }) => `${fname} ${lname}`)
})
const fixture = Spec.generate()
```

**Output**
```
Alice Baker
```

85 of 85 branches covered (100.0%)

Branch coverage included in aggregate %.

108 of 108 relevant lines covered (100.0%)

27308.42 hits per line

Jobs
ID Job ID Ran Files Coverage
1 73.1 10 Nov 2017 04:51PM UTC 0
100.0
Travis Job 73.1
Source Files on build 73
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #73
  • babb343b on github
  • Next Build on derived-helper (#78)
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