@@ -39,12 +39,12 @@ describe("Source Helper", () => {
39
39
{ title : "Refine Remix" , value : "refine-remix" } ,
40
40
] ,
41
41
expectedOutput : [
42
- { title : "React" , value : "react" } ,
43
- { title : "Next.js" , value : "nextjs" } ,
44
42
{ title : "Refine Vite" , value : "refine-vite" } ,
45
43
{ title : "Refine Next.js" , value : "refine-nextjs" } ,
46
44
{ title : "Refine Remix" , value : "refine-remix" } ,
47
45
{ title : "Refine React" , value : "refine-react" } ,
46
+ { title : "React" , value : "react" } ,
47
+ { title : "Next.js" , value : "nextjs" } ,
48
48
] ,
49
49
} ,
50
50
{
@@ -57,12 +57,12 @@ describe("Source Helper", () => {
57
57
{ title : "Refine Vite" , value : "refine-vite" } ,
58
58
] ,
59
59
expectedOutput : [
60
- { title : "React" , value : "react" } ,
61
- { title : "Next.js" , value : "nextjs" } ,
62
60
{ title : "Refine Vite" , value : "refine-vite" } ,
63
61
{ title : "Refine Next.js" , value : "refine-nextjs" } ,
64
62
{ title : "Refine Remix" , value : "refine-remix" } ,
65
63
{ title : "Refine React" , value : "refine-react" } ,
64
+ { title : "React" , value : "react" } ,
65
+ { title : "Next.js" , value : "nextjs" } ,
66
66
] ,
67
67
} ,
68
68
{
0 commit comments