Skip to content

Commit

Permalink
test: remove console.log (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
stu01509 authored Oct 9, 2023
1 parent 1c2f59b commit 3adafa3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/Bitly.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ const bitly = new shortLink.Bitly();

describe('# Bitly Test', () => {
it('Init bitly access token.', (done) => {

console.log('=== Token ===');
console.log(process.env.BitlyAccessToken);
console.log(process.env.ReurlAccessToken);
console.log(process.env.PicseeAccessToken);

bitly.init('testaccesstoken');
bitly.accessToken.length.should.be.above(0);
bitly.accessToken.should.be.not.empty();
Expand Down

0 comments on commit 3adafa3

Please sign in to comment.