Skip to content

Commit

Permalink
chore: update quest data (2024-05-30) (#126)
Browse files Browse the repository at this point in the history
* chore: update quest data

* chore: update changeset

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Whitewater <me@waterwater.moe>
  • Loading branch information
3 people authored May 31, 2024
1 parent 995434e commit 2205a87
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/data-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'poi-plugin-quest-info-2': patch
---

Add 梅雨限定任务
5 changes: 5 additions & 0 deletions src/__tests__/__snapshots__/questCategory.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,11 @@ exports[`should questCategory correct snapshot 1`] = `
"gameId": 1005,
"name": "精强 “第七驱逐队” 紧急出动!",
},
{
"code": "By14",
"gameId": 1012,
"name": "鹈来型海防舰,保卫平静的海洋吧!",
},
{
"code": "Fy5",
"gameId": 1103,
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/kcwikiData.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import newQuestData from '../../build/kcQuestsData/quests-scn-new.json'
describe('should version correct', () => {
test('should KcwikiQuestData Game data version correct', () => {
expect(version).toMatchInlineSnapshot(
`"7d435a45d2ce607e2008f7df6d8c50c52b82f18d"`,
`"5d831ac9f4bb789a25224ddd011efd5248295c13"`,
)
})

Expand Down
4 changes: 2 additions & 2 deletions src/__tests__/questCategory.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ describe('should questCategory correct', () => {
expect(questCategory.weeklyQuest.length).toMatchInlineSnapshot(`19`)
expect(questCategory.monthlyQuest.length).toMatchInlineSnapshot(`14`)
expect(questCategory.quarterlyQuest.length).toMatchInlineSnapshot(`28`)
expect(questCategory.yearlyQuest.length).toMatchInlineSnapshot(`47`)
expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`470`)
expect(questCategory.yearlyQuest.length).toMatchInlineSnapshot(`48`)
expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`476`)
})

test('snapshot', () => {
Expand Down

0 comments on commit 2205a87

Please sign in to comment.