Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Nov 12, 2024
1 parent 7410985 commit 5a3692a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm run test
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ test('Appcircle - Not PR', function (t) {
assertVendorConstants('APPCIRCLE', ci, t)

delete process.env.AC_APPCIRCLE
delete process.env.AC_GIT_PR

t.end()
})
Expand Down

0 comments on commit 5a3692a

Please sign in to comment.