Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akosbalasko committed Sep 27, 2021
1 parent 9c961ae commit a9b3368
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ Yarle is the ultimate converter of Evernote notes to Markdown.

## Binaries:

[Windows](https://github.com/akosbalasko/yarle/releases/download/v4.2.2/yarle-evernote-to-md-4.2.0.Setup.exe)
[Windows](https://github.com/akosbalasko/yarle/releases/download/v4.2.3/yarle-evernote-to-md-4.2.0.Setup.exe)

[Linux (.rpm)](https://github.com/akosbalasko/yarle/releases/download/v4.2.2/yarle-evernote-to-md-4.2.0-1.x86_64.rpm)
[Linux (.rpm)](https://github.com/akosbalasko/yarle/releases/download/v4.2.3/yarle-evernote-to-md-4.2.0-1.x86_64.rpm)

[Debian (.deb)](https://github.com/akosbalasko/yarle/releases/download/v4.2.2/yarle-evernote-to-md_4.2.0_amd64.deb)
[Debian (.deb)](https://github.com/akosbalasko/yarle/releases/download/v4.2.3/yarle-evernote-to-md_4.2.0_amd64.deb)

[Mac](https://github.com/akosbalasko/yarle/releases/download/v4.2.2/yarle-evernote-to-md-darwin-x64-4.2.0.zip)
[Mac](https://github.com/akosbalasko/yarle/releases/download/v4.2.3/yarle-evernote-to-md-darwin-x64-4.2.0.zip)

## Feedback, Appreciation, Donation:
If you have an idea on how to improve the tool or face any problems, feel free to raise an issue, or even contribute!
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yarle-evernote-to-md",
"version": "4.2.2",
"version": "4.2.3",
"description": "Yet Another Rope Ladder from Evernote",
"keywords": [
"evernote",
Expand Down
4 changes: 2 additions & 2 deletions test/yarle-special-cases.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ describe('Yarle special cases', async () => {

it('Enex file with images using data urls', async () => {
const options: YarleOptions = {
enexSource: `${testDataFolder}test-image-dataUrl.enex`,
enexSources: [`${testDataFolder}test-image-dataUrl.enex`],
outputDir: 'out',
isMetadataNeeded: true,
};
Expand Down Expand Up @@ -540,7 +540,7 @@ describe('Yarle special cases', async () => {

it('Folder of enex files', async () => {
const options: YarleOptions = {
enexSources: [ `${process.cwd()}/test/data/TestDirNotes`],
enexSources: [ `${process.cwd()}/test/data/TestDirNotes`],
outputDir: 'out',
isMetadataNeeded: true,
plainTextNotesOnly: false,
Expand Down

0 comments on commit a9b3368

Please sign in to comment.