Skip to content

Commit 18217f6

Browse files
test(preset-eleventy): correct test names
1 parent 8b76095 commit 18217f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/preset-eleventy/test/unit/post-template.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { getFixture } from "@indiekit-test/fixtures";
55

66
import { getPostTemplate } from "../../lib/post-template.js";
77

8-
describe("preset-jekyll/lib/post-template", async () => {
8+
describe("preset-eleventy/lib/post-template", async () => {
99
const properties = JSON.parse(getFixture("jf2/post-template-properties.jf2"));
1010

1111
it("Renders post template without content", () => {

packages/preset-eleventy/test/unit/post-types.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ postTypes.set("article", { name: "Journal post" });
88
postTypes.set("note", { name: "Micro post" });
99
postTypes.set("puppy", { name: "Puppy post" });
1010

11-
describe("preset-jekyll/lib/post-types", () => {
11+
describe("preset-eleventy/lib/post-types", () => {
1212
it("Gets paths and URLs for configured post types", () => {
1313
const result = getPostTypes(postTypes);
1414

0 commit comments

Comments
 (0)