Skip to content

Commit c1947e0

Browse files
committed
fix test
1 parent 9de6662 commit c1947e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import test from "ava";
22
import { execa } from "execa";
33

4-
test("https://i.imgur.com/NhfEdg2.png", async (t) => {
4+
test("Blurhash generation from URL", async (t) => {
55
await execa("node", ["cli.js", "https://i.imgur.com/NhfEdg2.png"]);
66
t.pass();
77
});
88

9-
test("./image/cover.png --size=64 --local", async (t) => {
9+
test("Blurhash generation from local image", async (t) => {
1010
await execa("node", ["cli.js", "./image/cover.png", "--size=64", "--local"]);
1111
t.pass();
1212
});

0 commit comments

Comments
 (0)