Skip to content

Commit aff4d09

Browse files
authored
ci: fix copyright header in jest.polyfills.js
1 parent def8583 commit aff4d09

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

tests/observability/integration/jest.polyfills.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// ------------------------------------------------------------------------------
2-
// Copyright (c) Microsoft Corporation. All rights reserved.
3-
// ------------------------------------------------------------------------------
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
43

54
/**
65
* Node.js 18 polyfills for integration tests.
@@ -10,7 +9,7 @@
109
* context. @langchain/core (uuid/rng.ts) references `crypto` directly, so we
1110
* need to polyfill it here before any test modules are loaded.
1211
*
13-
* In Node.js 19+ `crypto` was promoted to a first-class global; this guard
12+
* In Node.js 19+, `crypto` was promoted to a first-class global; this guard
1413
* ensures the polyfill is a no-op on newer runtimes.
1514
*/
1615
if (typeof globalThis.crypto === "undefined") {

0 commit comments

Comments
 (0)