Skip to content

Commit

Permalink
chore(util-dns): miscellaneous fixes for util-dns (#4431)
Browse files Browse the repository at this point in the history
* chore(util-dns): move NodeDnsResolveHostResolver to archive/

* chore(util-dns): fix package.json homepage

* chore(util-dns): expand jest tests to include all *.spec.ts
  • Loading branch information
Steven Yuan authored Feb 13, 2023
1 parent 3c353fb commit 915c618
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/util-dns/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ const base = require("../../jest.config.base.js");

module.exports = {
...base,
testMatch: ["**/*.spec.ts"],
};
2 changes: 1 addition & 1 deletion packages/util-dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"files": [
"dist-*"
],
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-dns",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-dns",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down

0 comments on commit 915c618

Please sign in to comment.