Skip to content

Commit

Permalink
Add tests 🙈
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Apr 10, 2022
1 parent 7976840 commit 6e198f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/drivers/bitbucket_cloud.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ describe('Non Enviromental tests', () => {

test('Publish', async () => {
const path = `${__dirname}/../../assets/logo.png`;
await expect(client.upload({ path })).rejects.toThrow(
'Bitbucket Cloud does not support upload!'
);
const { uri } = await client.upload({ path });

expect(uri).not.toBeUndefined();
});

test('Runner token', async () => {
Expand Down

2 comments on commit 6e198f8

@0x2b3bfa0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

@0x2b3bfa0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.