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

snowcoders / jest-react-mock-utils
100%

Build:
DEFAULT BRANCH: main
Repo Added 14 Jan 2023 07:05AM UTC
Files 7
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

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • k2snowman69/coveralls
  • k2snowman69/fix-missing-imports
  • k2snowman69/husky-updates
  • k2snowman69/release
  • k2snowman69/release-it
  • k2snowman69/test-hooks
  • k2snowman69/update-github-ci
  • k2snowman69/update-majors
  • renovate/actions-checkout-5.x
  • renovate/actions-checkout-6.x
  • renovate/actions-checkout-digest
  • renovate/actions-setup-node-5.x
  • renovate/actions-setup-node-6.x
  • renovate/concurrently-9.x
  • renovate/coverallsapp-github-action-2.x
  • renovate/cpy-cli-6.x
  • renovate/eslint-config-prettier-10.x
  • renovate/eslint-monorepo
  • renovate/eslint-plugin-import-2.x
  • renovate/eslint-plugin-prettier-5.x
  • renovate/jest-monorepo
  • renovate/lint-staged-15.x
  • renovate/lint-staged-16.x
  • renovate/major-jest-monorepo
  • renovate/major-release-it
  • renovate/prettier-3.x
  • renovate/react-monorepo
  • renovate/release-it
  • renovate/release-it-17.x
  • renovate/release-it-18.x
  • renovate/rimraf-6.x
  • renovate/sortier-2.x
  • renovate/testing-library-monorepo
  • renovate/ts-jest-29.x
  • renovate/typescript-5.x
  • renovate/typescript-eslint-monorepo

03 Dec 2025 08:48AM UTC coverage: 100.0%. Remained the same
19887820875

push

github

web-flow
Update dependency prettier to v3.7.4 (#717)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [prettier](https://prettier.io)
([source](https://redirect.github.com/prettier/prettier)) | [`3.7.3` ->
`3.7.4`](https://renovatebot.com/diffs/npm/prettier/3.7.3/3.7.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.7.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.7.3/3.7.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>prettier/prettier (prettier)</summary>

###
[`v3.7.4`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#374)

[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.7.3...3.7.4)


[diff](https://redirect.github.com/prettier/prettier/compare/3.7.3...3.7.4)

##### LWC: Avoid quote around interpolations
([#&#8203;18383](https://redirect.github.com/prettier/prettier/pull/18383)
by [@&#8203;kovsu](https://redirect.github.com/kovsu))

<!-- prettier-ignore -->

```html
<!-- Input -->
<div foo={bar}>   </div>

<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>

<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
```

##### TypeScript: Fix comment inside union type gets duplicated
([#&#8203;18393](https://redirect.github.com/prettier/prettier/pull/18393)
by [@&#8203;fisker](https://redirect.github.com/fisker))

<!-- prettier-ignore -->

```tsx
// Input
type Foo = (/** comment */ a | b) | c;

// Prettier 3.7.3
type Foo = /** comment */ (/** comment */ a | b) | c;

// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
```

##### TypeScript: Fix unstable comment print in union type comments
([#&#8203;18395](https://redirect.github.com/prettier/prettier/pull/18395)
by [@&#8203;fisker](https://redirect.github.com/fisker))

<!-... (continued)

2 of 2 branches covered (100.0%)

Branch coverage included in aggregate %.

39 of 39 relevant lines covered (100.0%)

23.03 hits per line

Relevant lines Covered
Build:
Build:
39 RELEVANT LINES 39 COVERED LINES
23.03 HITS PER LINE
Source Files on main
  • Tree
  • List 7
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19887820875 main Update dependency prettier to v3.7.4 (#717) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | [`3.7.3` ... push 03 Dec 2025 08:49AM UTC web-flow github
100.0
19874531184 main Update actions/checkout digest to 8e8c483 (#716) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | digest | `1af3b93` -> `... push 02 Dec 2025 09:44PM UTC web-flow github
100.0
19836584325 main Update dependency ts-jest to v29.4.6 (#715) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://redirect.github.com/kulshekhar/ts-j... push 01 Dec 2025 08:32PM UTC web-flow github
100.0
19790214909 main Update dependency prettier to v3.7.3 (#714) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | [`3.7.2` ... push 29 Nov 2025 10:34PM UTC web-flow github
100.0
19776605002 main Update dependency prettier to v3.7.2 (#713) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | [`3.7.1` ... push 29 Nov 2025 12:49AM UTC web-flow github
100.0
19744912503 main Update dependency prettier to v3.7.1 (#712) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | [`3.6.2` ... push 27 Nov 2025 06:15PM UTC web-flow github
100.0
19650263017 main Update actions/checkout action to v6 (#710) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` -> `v6` | --- ... push 24 Nov 2025 09:45PM UTC web-flow github
100.0
19642036298 main Update dependency @types/react to v19.2.7 (#711) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rea... push 24 Nov 2025 04:45PM UTC web-flow github
100.0
19522683019 main Update dependency lint-staged to v16.2.7 (#709) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [lint-staged](https://redirect.github.com/lint-staged/lint-staged) | [`16.2.6` -> `16.2.7`](https... push 20 Nov 2025 01:54AM UTC web-flow github
100.0
19515828967 main Update dependency rimraf to v6.1.2 (#708) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [rimraf](https://redirect.github.com/isaacs/rimraf) | [`6.1.0` -> `6.1.2`](https://renovatebot.com/diff... push 19 Nov 2025 08:43PM UTC web-flow github
100.0
See All Builds (2050)
  • Repo on GitHub
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

© 2025 Coveralls, Inc