From e293199eb7763e84fd4b8fe64bfe6b90370927eb Mon Sep 17 00:00:00 2001 From: Batuhan Wilhelm Date: Wed, 27 Sep 2023 18:13:33 +0300 Subject: [PATCH] fix: specs --- src/Helper/source/index.spec.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Helper/source/index.spec.ts b/src/Helper/source/index.spec.ts index ed573fc8..c288703a 100644 --- a/src/Helper/source/index.spec.ts +++ b/src/Helper/source/index.spec.ts @@ -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" }, ], }, { @@ -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" }, ], }, {