Skip to content

Commit

Permalink
feat: spyWriteFile関数にTODOコメントを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Jan 18, 2025
1 parent 03be644 commit 84295c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/browser/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ type TestStorageWindow = Window & {
};

/** ファイル書き出しのスパイを設定する */
// TODO: showExportFileDialogを呼ばない場合のことを考える
// TODO: 元に戻せるようにしておく
export async function spyWriteFile(
page: Page,
payload: { num: number },
Expand Down

0 comments on commit 84295c5

Please sign in to comment.