Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add test note
Co-authored-by: Wes Todd <[email protected]>
  • Loading branch information
ctcpip and wesleytodd authored Jul 8, 2025
commit ff5ad4ac9e33ddd9d0d05cd129ec52d1c0e0bb6a
3 changes: 3 additions & 0 deletions test/upstream.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// NOTE: this is a temporary solution to tell us if future changes to the monkey-patched methods
// could impact this package. Recognizing this is not an ideal solution, we plan to address this when
// we can drop the monkey-patching entirely.
const crypto = require('crypto')
const assert = require('assert')
const http = require('http')
Expand Down