Skip to content

Commit 949dea5

Browse files
committed
🔥 drop unused grow import in transitions-run test
1 parent 03058a3 commit 949dea5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/transitions-run.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, expect, it } from "./suite.ts";
2-
import { close, createTerm, fixed, grow, type Op, open, rgba } from "../mod.ts";
2+
import { close, createTerm, fixed, type Op, open, rgba } from "../mod.ts";
33

44
describe("transition lifecycle", () => {
55
it("animates bg change between frames", async () => {

0 commit comments

Comments
 (0)