dsanders11

#47969: test: add TS smoke test for electron/utility

Merged
Created: Aug 5, 2025, 5:16:59 PM
Merged: Aug 6, 2025, 3:30:39 AM
4 comments
Target: main

Description of Change

We were missing any TS smoke test coverage for electron/utility so add some.

Checklist

  • PR description included and stakeholders cc'd

Release Notes

Notes: none

Backports

36-x-y
Merged
PR Number
#47978
Merged At
Aug 6, 2025, 5:16:30 PM
Released In
Not yet
Release Date
Not yet
37-x-y
Merged
PR Number
#47977
Merged At
Aug 6, 2025, 12:32:28 PM
Released In
Not yet
Release Date
Not yet
38-x-y
Merged
PR Number
#47976
Merged At
Aug 6, 2025, 7:47:43 AM
Released In
v38.0.0-beta.2
Release Date
Aug 7, 2025, 8:31:56 AM

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron