Skip to content

Commit

Permalink
lazy debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd committed Oct 8, 2022
1 parent 4b67d61 commit df90c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cml/asset/publish.e2e.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { exec } = require('../../../src/utils');
describe('CML e2e', () => {
test('cml publish assets/logo.png --md', async () => {
const output = await exec(`node ./bin/cml.js publish assets/logo.png --md`);

console.log(output);
expect(output.startsWith('![](')).toBe(true);
});

Expand Down

2 comments on commit df90c98

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Test Comment

CML watermark

@github-actions
Copy link
Contributor

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.