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

mozilla / blurts-server / #11585

pending completion
#11585

push

circleci

web-flow
Bump jest from 27.5.1 to 29.3.1

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.5.1 to 29.3.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.3.1/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

278 of 1063 branches covered (26.15%)

Branch coverage included in aggregate %.

948 of 2889 relevant lines covered (32.81%)

2.6 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/controllers/data-removal.js
1
import { mainLayout } from '../views/main.js'
2
import { dataRemoval } from '../views/partials/data-removal.js'
3

4
function dataRemovalPage (req, res) {
5
  const data = {
×
6
    partial: dataRemoval
7
  }
8

9
  res.send(mainLayout(data))
×
10
}
11

12
export { dataRemovalPage }
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