We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03058a3 commit 949dea5Copy full SHA for 949dea5
1 file changed
test/transitions-run.test.ts
@@ -1,5 +1,5 @@
1
import { describe, expect, it } from "./suite.ts";
2
-import { close, createTerm, fixed, grow, type Op, open, rgba } from "../mod.ts";
+import { close, createTerm, fixed, type Op, open, rgba } from "../mod.ts";
3
4
describe("transition lifecycle", () => {
5
it("animates bg change between frames", async () => {
0 commit comments