Skip to content

Commit

Permalink
Merge branch 'main' of github.com:online-go/goban
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed May 2, 2024
2 parents 27768b8 + fa3cea8 commit 9e2bab6
Show file tree
Hide file tree
Showing 3 changed files with 836 additions and 894 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Prettier
run: npm run prettier:check

#- name: Test
# run: npm run test
- name: Test
run: npm run test

- name: Spell check
uses: streetsidesoftware/cspell-action@v5
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/GoEngine.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe("computeScore", () => {
total: 357,
}),
white: expect.objectContaining({
handicap: 4,
handicap: 0,
komi: 0.5,
territory: 0,
total: 0.5,
Expand Down
Loading

0 comments on commit 9e2bab6

Please sign in to comment.