Skip to content

Commit

Permalink
履修プラン更新ページのモックデーターを用意
Browse files Browse the repository at this point in the history
  • Loading branch information
kameiryohei committed Oct 12, 2024
1 parent 25a3d8a commit 48898fe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions __test__/mock/mock_UpdatePage.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export const mockData = {
title: "テストタイトル",
content: "テスト内容",
courses: [
{ id: 1, name: "講座1", description: "説明1" },
{ id: 2, name: "講座2", description: "説明2" },
],
user: { name: "テストユーザー" },
};

0 comments on commit 48898fe

Please sign in to comment.