Skip to content

Commit c169ced

Browse files
authoredMay 4, 2023
Convert mocha tests to jest for all packages (#150)
1 parent 4333067 commit c169ced

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1492
-3158
lines changed
 

‎.changeset/big-feet-beam.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
'data-uri-to-buffer': patch
3+
'https-proxy-agent': patch
4+
'socks-proxy-agent': patch
5+
'http-proxy-agent': patch
6+
'pac-proxy-agent': patch
7+
'pac-resolver': patch
8+
'degenerator': patch
9+
'proxy-agent': patch
10+
'agent-base': patch
11+
'get-uri': patch
12+
'proxy': patch
13+
---
14+
15+
Convert mocha tests to jest for all packages

‎packages/agent-base/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"build": "tsc",
1212
"test": "jest --env node --verbose --bail",
1313
"lint": "eslint . --ext .ts",
14-
"pack": "node ../../scripts/pack.mjs",
15-
"prepublishOnly": "npm run build"
14+
"pack": "node ../../scripts/pack.mjs"
1615
},
1716
"repository": {
1817
"type": "git",

1 commit comments

Comments
 (1)

vercel[bot] commented on May 4, 2023

@vercel[bot]
Please sign in to comment.