diff --git a/src/__tests__/md-inject.test.ts b/src/__tests__/md-inject.test.ts index 8fc4215..5c73e2a 100644 --- a/src/__tests__/md-inject.test.ts +++ b/src/__tests__/md-inject.test.ts @@ -320,44 +320,31 @@ The output of some arbitrary command }) it('does not write to the markdown document (command) because of bad syntax', async () => { - const outFile = ` + const inFile = ` + + ~~~~~~~~~~bash $ some arbitrary command The output of some arbitrary command -~~~~~~~~~~ +~~~~~~~~~~` -