Skip to content

Commit

Permalink
style: fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Nov 19, 2023
1 parent ef9e74c commit eecfff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/markup/utils/file.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { afterEach, describe, expect, it } from "vitest";

import { clearVirtualFS } from "unwritten:tests:utils/virtual-fs";
import { getAvailableFileName } from "unwritten:renderer/markup/utils/file";
import { createRenderContext } from "unwritten:tests:utils/context";
import { scope } from "unwritten:tests:utils/scope";
import { clearVirtualFS } from "unwritten:tests:utils/virtual-fs";


scope("Renderer", "File utilities", () => {
Expand Down

0 comments on commit eecfff0

Please sign in to comment.