Skip to content

Commit

Permalink
Remove unused import in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
caolan committed Jul 10, 2024
1 parent af9e2e8 commit 1cb4670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/signaller.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @ts-check

import { assertEquals, assertThrows } from "@std/assert";
import { assertEquals } from "@std/assert";
import { Signaller, watch } from "../src/signaller.js";
import { timeout } from "./util.js";

Expand Down

0 comments on commit 1cb4670

Please sign in to comment.