Skip to content

Commit e293199

Browse files
committed
fix: specs
1 parent 2321c59 commit e293199

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Helper/source/index.spec.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ describe("Source Helper", () => {
3939
{ title: "Refine Remix", value: "refine-remix" },
4040
],
4141
expectedOutput: [
42-
{ title: "React", value: "react" },
43-
{ title: "Next.js", value: "nextjs" },
4442
{ title: "Refine Vite", value: "refine-vite" },
4543
{ title: "Refine Next.js", value: "refine-nextjs" },
4644
{ title: "Refine Remix", value: "refine-remix" },
4745
{ title: "Refine React", value: "refine-react" },
46+
{ title: "React", value: "react" },
47+
{ title: "Next.js", value: "nextjs" },
4848
],
4949
},
5050
{
@@ -57,12 +57,12 @@ describe("Source Helper", () => {
5757
{ title: "Refine Vite", value: "refine-vite" },
5858
],
5959
expectedOutput: [
60-
{ title: "React", value: "react" },
61-
{ title: "Next.js", value: "nextjs" },
6260
{ title: "Refine Vite", value: "refine-vite" },
6361
{ title: "Refine Next.js", value: "refine-nextjs" },
6462
{ title: "Refine Remix", value: "refine-remix" },
6563
{ title: "Refine React", value: "refine-react" },
64+
{ title: "React", value: "react" },
65+
{ title: "Next.js", value: "nextjs" },
6666
],
6767
},
6868
{

0 commit comments

Comments
 (0)