Skip to content

Commit

Permalink
plaintext
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd committed Jun 21, 2023
1 parent 008adec commit 6cc91b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cml.e2e.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('Github tests', () => {

expect(output.startsWith('![](https://')).toBe(true);
expect(output.endsWith(` "${title}")`)).toBe(true);
expect(output.includes('cml=png')).toBe(true);
expect(output.includes('cml=plain')).toBe(true);
});

test('Publish a non image file in markdown', async () => {
Expand Down

0 comments on commit 6cc91b1

Please sign in to comment.