Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Dec 17, 2018
1 parent c7ed89f commit 0fde078
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 3 additions & 5 deletions test/flat/flat.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ import { bundle, clean, exists } from "../util"
const root = __dirname

test("Flat", async () => {
const output = "output/index.js"

await bundle(root, "flat.js", output)
await bundle(root, "flat.js", "output/index.js")

expect(exists(root,
[
output,
"output/index.js",
"output/bsdudxaF.md"
])).resolves.toBeTruthy()

await clean(root, output)
await clean(root, "output")
})
1 change: 0 additions & 1 deletion test/flat/output/bsdudxaF.md

This file was deleted.

0 comments on commit 0fde078

Please sign in to comment.