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

butlergroup / env_encryption_tool_nodejs / 33389487381
100%

Build:
DEFAULT BRANCH: main
Ran 31 Aug 2026 11:59AM UTC
Jobs 18
Files 1
Run time 1min
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

31 Aug 2026 11:58AM UTC coverage: 100.0%. Remained the same
33389487381

push

github

web-flow
build(deps-dev): bump jest from 30.4.2 to 30.5.0

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 30.4.2 to 30.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/jestjs/jest/releases">jest's releases</a>.</em></p>
<blockquote>
<h2>v30.5.0</h2>
<p>On a personal note: King Harald V of Norway passed away this morning. He ascended the throne 35 years ago, two months before I was born. This release is dedicated to his memory. Hvil i fred 🇳🇴</p>
<hr />
<p>This is a big release. It touches <code>jest-runtime</code>, <code>jest-resolve</code> and <code>jest-haste-map</code> in many places, and with this many changes there might be regressions 😬. If your suite behaves differently after upgrading, please <a href="https://github.com/jestjs/jest/issues">open an issue</a>.</p>
<h1>Highlights</h1>
<h2><code>whenCalledWith</code></h2>
<p>Mock functions can now configure return values per argument list, contributed by <a href="https://github.com/timkindberg"><code>@​timkindberg</code></a> (<a href="https://redirect.github.com/jestjs/jest/pull/16053">#16053</a>):</p>
<pre lang="js"><code>const fn = jest.fn();
fn.whenCalledWith('apple').mockReturnValue('red');
fn.whenCalledWith('banana').mockReturnValue('yellow');
fn.whenCalledWith(expect.any(Number)).mockReturnValue('numeric');
<p>fn('apple'); // 'red'
fn('banana'); // 'yellow'
fn(42); // 'numeric'
fn('grape'); // undefined
</code></pre></p>
<p>The returned object is a real <code>Mock</code>, so <code>mockReturnValueOnce</code>, <code>mockResolvedValue</code>, <code>mockImplementation</code> etc. all chain here too. Argument slots accept literals or any asymmetric matcher, with the same equality semantics as <code>toHaveBeenCalledWith()</code>. Calls that match nothing fall through to the base mock. See the <a href="https://jestjs.io/docs/mock-function-api#mockfnwhencalledwithargs">Mock Functions docs</a> for matching and precedence details.</p... (continued)

14 of 14 relevant lines covered (100.0%)

18.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33389487381.1 31 Aug 2026 11:59AM UTC 1
100.0
GitHub Action Run
2 33389487381.2 31 Aug 2026 11:59AM UTC 1
100.0
GitHub Action Run
3 33389487381.3 31 Aug 2026 11:59AM UTC 1
100.0
GitHub Action Run
4 33389487381.4 31 Aug 2026 11:59AM UTC 1
100.0
GitHub Action Run
5 33389487381.5 31 Aug 2026 11:59AM UTC 1
100.0
GitHub Action Run
6 33389487381.6 31 Aug 2026 11:59AM UTC 1
100.0
GitHub Action Run
7 33389487381.7 31 Aug 2026 11:59AM UTC 1
100.0
GitHub Action Run
8 33389487381.8 31 Aug 2026 11:59AM UTC 1
100.0
GitHub Action Run
9 33389487381.9 31 Aug 2026 11:59AM UTC 1
100.0
GitHub Action Run
10 33389487381.10 31 Aug 2026 11:59AM UTC 1
100.0
GitHub Action Run
11 33389487381.11 31 Aug 2026 11:59AM UTC 1
100.0
GitHub Action Run
12 33389487381.12 31 Aug 2026 11:59AM UTC 1
100.0
GitHub Action Run
13 33389487381.13 31 Aug 2026 11:59AM UTC 1
100.0
GitHub Action Run
14 33389487381.14 31 Aug 2026 11:59AM UTC 1
100.0
GitHub Action Run
15 33389487381.15 31 Aug 2026 11:59AM UTC 1
100.0
GitHub Action Run
16 33389487381.16 31 Aug 2026 12:00PM UTC 1
100.0
GitHub Action Run
17 33389487381.17 31 Aug 2026 12:00PM UTC 1
100.0
GitHub Action Run
18 33389487381.18 31 Aug 2026 12:00PM UTC 1
100.0
GitHub Action Run
Source Files on build 33389487381
  • Tree
  • List 1
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33389487381
  • f4200f61 on github
  • Prev Build on main (#33211277779)
  • Next Build on main (#33389748138)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc