Skip to content

Commit e962170

Browse files
cursoragentyamanoku
andcommitted
chore: remove regression test for うしろのこ name unification
Co-authored-by: Oyama Michinoku <0910yama@gmail.com>
1 parent 1a3cf58 commit e962170

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/data/index.test.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { describe, expect, it } from "vite-plus/test";
22
import { YEARS } from "../../types";
3-
import { getSpeakerNames, getSpeakerTalks } from "../composables/speaker";
43
import { getAllSpeakersWithYear, getSpeakersByYear } from "./index";
54

65
describe("speaker data accessors", () => {
@@ -17,13 +16,4 @@ describe("speaker data accessors", () => {
1716
expect(speakers.length).toBeGreaterThan(0);
1817
expect(speakers.every((speaker) => YEARS.includes(speaker.year))).toBe(true);
1918
});
20-
21-
it("うしろのこは ushironoko と同一人物として集約される", () => {
22-
const talks = getSpeakerTalks("うしろのこ");
23-
const years = talks.map((talk) => talk.year);
24-
25-
expect(years).toEqual(expect.arrayContaining(["2022", "2023", "2026"]));
26-
expect(getSpeakerNames()).not.toContain("ushironoko");
27-
expect(getSpeakerTalks("ushironoko")).toEqual([]);
28-
});
2919
});

0 commit comments

Comments
 (0)