Skip to content

Commit

Permalink
refactor!: reorganize source code (#208)
Browse files Browse the repository at this point in the history
Cleans up tests to use sinon instead of proxyquire

BREAKING CHANGE: This does not actually break any interfaces that are intended to be public (exported in `index.ts`), but would be breaking if you are importing from deeply nested paths which is not intended.
  • Loading branch information
chingor13 committed Apr 26, 2021
1 parent 89a1482 commit 5c2edb1
Show file tree
Hide file tree
Showing 36 changed files with 754 additions and 1,134 deletions.
45 changes: 0 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -57,7 +57,6 @@
"@types/diff": "^5.0.0",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.20",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.0",
"c8": "^7.0.1",
"gts": "^3.0.0",
Expand All @@ -69,7 +68,6 @@
"nock": "^13.0.2",
"null-loader": "^4.0.0",
"pack-n-play": "^1.0.0-2",
"proxyquire": "^2.1.3",
"sinon": "^10.0.0",
"ts-loader": "^8.0.0",
"typescript": "^3.9.5",
Expand Down

This file was deleted.

74 changes: 0 additions & 74 deletions src/github-handler/comment-handler/index.ts

This file was deleted.

15 changes: 0 additions & 15 deletions src/github-handler/comment-handler/make-review-handler/index.ts

This file was deleted.

This file was deleted.

0 comments on commit 5c2edb1

Please sign in to comment.