Skip to content

Commit

Permalink
Try to fix wikilink-embed e2e tests by removing extra await
Browse files Browse the repository at this point in the history
  • Loading branch information
badsketch committed Aug 22, 2023
1 parent f86dc7e commit 7caac91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('Displaying included notes in preview', () => {
]);
const ws = new FoamWorkspace().set(parser.parse(note.uri, note.content));

await await withModifiedFoamConfiguration(
await withModifiedFoamConfiguration(
CONFIG_EMBED_NOTE_TYPE,
'full-container',
() => {
Expand Down

0 comments on commit 7caac91

Please sign in to comment.