Skip to content

Commit

Permalink
feat: WIP: integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dopry committed Sep 13, 2023
1 parent 1e0b299 commit d2134c5
Show file tree
Hide file tree
Showing 13 changed files with 970 additions and 107 deletions.
1 change: 1 addition & 0 deletions .mocharc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @type { import('mocha').MochaInstanceOptions } */
module.exports = {
color: true,
exit: true,
Expand Down
4 changes: 4 additions & 0 deletions env.test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# for pecans
export GITHUB_OWNER="owner-nock-mocked"
export GITHUB_REPO="repo-nock-mocked"
export GITHUB_TOKEN="token-nock-mocked"
Loading

0 comments on commit d2134c5

Please sign in to comment.