From c4e9c5b566415564bda188f008ac39dd6b8f39d6 Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Thu, 10 Apr 2025 10:39:24 +0800 Subject: [PATCH] feat(seed): add expected output for test data --- prisma/seed.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/prisma/seed.ts b/prisma/seed.ts index 4e26541..24e8810 100644 --- a/prisma/seed.ts +++ b/prisma/seed.ts @@ -398,6 +398,7 @@ public: { label: "target", value: "9" }, ], }, + expectedOutput: "[0,1]", }, { data: { @@ -406,6 +407,7 @@ public: { label: "target", value: "6" }, ], }, + expectedOutput: "[1,2]", }, { data: { @@ -414,6 +416,7 @@ public: { label: "target", value: "6" }, ], }, + expectedOutput: "[0,1]", }, ], }, @@ -605,6 +608,7 @@ public: { label: "l2", value: "[5,6,4]" }, ], }, + expectedOutput: "[7,0,8]", }, { data: { @@ -613,6 +617,7 @@ public: { label: "l2", value: "[0]" }, ], }, + expectedOutput: "[0]", }, { data: { @@ -621,6 +626,7 @@ public: { label: "l2", value: "[9,9,9,9]" }, ], }, + expectedOutput: "[8,9,9,9,0,0,0,1]", }, ], }, @@ -805,6 +811,7 @@ public: { label: "nums2", value: "[2]" }, ], }, + expectedOutput: "2.00000", }, { data: { @@ -813,6 +820,7 @@ public: { label: "nums2", value: "[3,4]" }, ], }, + expectedOutput: "2.50000", }, ], },