Skip to content

Commit

Permalink
chore: self referencing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Apr 8, 2024
1 parent 32dfbfc commit 9bee6c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/prettyAnsi.tst.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import prettyAnsi from "pretty-ansi";
import { expect, test } from "tstyche";

import prettyAnsi from "../";

test("prettyAnsi", () => {
expect(prettyAnsi("abc")).type.toBeString();
});

0 comments on commit 9bee6c6

Please sign in to comment.