Skip to content

Commit

Permalink
Set embedNoteInContainer to null in e2e tests to more closely mimic l…
Browse files Browse the repository at this point in the history
…ive state
  • Loading branch information
badsketch committed Aug 23, 2023
1 parent 7b9c95d commit 7365f5d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('Displaying included notes in preview', () => {
const ws = new FoamWorkspace().set(parser.parse(note.uri, note.content));
await withModifiedFoamConfiguration(
CONFIG_EMBED_NOTE_IN_CONTAINER,
false,
null,
async () => {
await withModifiedFoamConfiguration(
CONFIG_EMBED_NOTE_TYPE,
Expand Down Expand Up @@ -56,7 +56,7 @@ describe('Displaying included notes in preview', () => {

await withModifiedFoamConfiguration(
CONFIG_EMBED_NOTE_IN_CONTAINER,
false,
null,
async () => {
await withModifiedFoamConfiguration(
CONFIG_EMBED_NOTE_TYPE,
Expand Down Expand Up @@ -97,7 +97,7 @@ This is the third section of note E

await withModifiedFoamConfiguration(
CONFIG_EMBED_NOTE_IN_CONTAINER,
false,
null,
async () => {
await withModifiedFoamConfiguration(
CONFIG_EMBED_NOTE_TYPE,
Expand Down Expand Up @@ -140,7 +140,7 @@ This is the third section of note E

await withModifiedFoamConfiguration(
CONFIG_EMBED_NOTE_IN_CONTAINER,
false,
null,
async () => {
await withModifiedFoamConfiguration(
CONFIG_EMBED_NOTE_TYPE,
Expand Down

0 comments on commit 7365f5d

Please sign in to comment.