Skip to content

Commit

Permalink
chore: remove all sibling test deps (#2806)
Browse files Browse the repository at this point in the history
Converts last set of tests to use stubbing instead of depending on
sibling modules in the monorepo.

This will reduce release churn in the future.
  • Loading branch information
achingbrain authored Nov 6, 2024
1 parent d30d07e commit 9168799
Show file tree
Hide file tree
Showing 13 changed files with 782 additions and 1,072 deletions.
6 changes: 1 addition & 5 deletions packages/libp2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,11 @@
"uint8arrays": "^5.1.0"
},
"devDependencies": {
"@chainsafe/libp2p-yamux": "^7.0.0",
"@libp2p/echo": "^2.1.1",
"@libp2p/memory": "^0.0.0",
"@libp2p/mplex": "^11.0.10",
"@libp2p/plaintext": "^2.0.10",
"aegir": "^44.0.1",
"delay": "^6.0.0",
"it-all": "^3.0.6",
"it-drain": "^3.0.7",
"it-length-prefixed": "^9.1.0",
"it-map": "^3.1.0",
"it-pair": "^2.0.6",
"it-stream-types": "^2.0.1",
Expand Down
233 changes: 0 additions & 233 deletions packages/libp2p/test/addresses/addresses.spec.ts

This file was deleted.

Loading

0 comments on commit 9168799

Please sign in to comment.