Skip to content

Commit

Permalink
fix: specs
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Sep 27, 2023
1 parent 2321c59 commit e293199
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Helper/source/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ describe("Source Helper", () => {
{ title: "Refine Remix", value: "refine-remix" },
],
expectedOutput: [
{ title: "React", value: "react" },
{ title: "Next.js", value: "nextjs" },
{ title: "Refine Vite", value: "refine-vite" },
{ title: "Refine Next.js", value: "refine-nextjs" },
{ title: "Refine Remix", value: "refine-remix" },
{ title: "Refine React", value: "refine-react" },
{ title: "React", value: "react" },
{ title: "Next.js", value: "nextjs" },
],
},
{
Expand All @@ -57,12 +57,12 @@ describe("Source Helper", () => {
{ title: "Refine Vite", value: "refine-vite" },
],
expectedOutput: [
{ title: "React", value: "react" },
{ title: "Next.js", value: "nextjs" },
{ title: "Refine Vite", value: "refine-vite" },
{ title: "Refine Next.js", value: "refine-nextjs" },
{ title: "Refine Remix", value: "refine-remix" },
{ title: "Refine React", value: "refine-react" },
{ title: "React", value: "react" },
{ title: "Next.js", value: "nextjs" },
],
},
{
Expand Down

0 comments on commit e293199

Please sign in to comment.