Skip to content

Commit

Permalink
Try to fix wikilink-embed e2e tests by fixing the name of the config …
Browse files Browse the repository at this point in the history
…in the tests
  • Loading branch information
badsketch committed Aug 23, 2023
1 parent 24a6b59 commit 4190c43
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('Displaying included notes in preview', () => {

await withModifiedFoamConfiguration(
CONFIG_EMBED_NOTE_TYPE,
'full-container',
'full-card',
() => {
const md = markdownItWikilinkEmbed(MarkdownIt(), ws, parser);

Expand Down Expand Up @@ -121,7 +121,7 @@ This is the third section of note E

await withModifiedFoamConfiguration(
CONFIG_EMBED_NOTE_TYPE,
'full-container',
'full-card',
() => {
const md = markdownItWikilinkEmbed(MarkdownIt(), ws, parser);

Expand Down

0 comments on commit 4190c43

Please sign in to comment.