Skip to content

Commit

Permalink
default target turns: 110 -> 80
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jamrozik committed Jun 22, 2024
1 parent 839c8d0 commit 3cb893e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export type GameSessionControlPanelProps = {
}

const defaultStartTurn = 1
const defaultTargetTurn = 110
const defaultTargetTurn = 80

export function GameSessionControlPanel(
props: GameSessionControlPanelProps,
Expand Down
2 changes: 1 addition & 1 deletion web/test/vitest.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ import.meta.env['DEBUG_PRINT_LIMIT'] = '0'
// Some of this file content is based on:
// https://github.com/testing-library/jest-dom#with-vitest
// https://mayashavin.com/articles/test-react-components-with-vitest#extending-vitests-expect-method
// future work: extending martchers for testing
// future work: extending matchers for testing
// https://vitest.dev/guide/extending-matchers.html#extending-matchers
// https://www.geeksforgeeks.org/typescript-ambients-declaration/

0 comments on commit 3cb893e

Please sign in to comment.