Skip to content

Commit

Permalink
chore: update quest data (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 31, 2023
1 parent c583877 commit aadaa7f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changeset/bot-data-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'poi-plugin-quest-info-2': patch
---

Update quest data

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 @@ -437,6 +437,11 @@ Object {
"gameId": 357,
"name": "「大和型战舰」第一舰队演习开始!",
},
Object {
"code": "C72",
"gameId": 362,
"name": "特型初代 “第十一驱逐队” 演习 special!",
},
Object {
"code": "D32",
"gameId": 434,
Expand Down
9 changes: 8 additions & 1 deletion src/__tests__/__snapshots__/questHelper.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ Object {
"1117": true,
"1118": true,
"112": true,
"1120": true,
"1126": true,
"1127": true,
"1128": true,
"1129": true,
"113": true,
"114": true,
"115": true,
Expand Down Expand Up @@ -197,6 +200,8 @@ Object {
"356": true,
"358": true,
"360": true,
"362": true,
"364": true,
"401": true,
"402": true,
"403": true,
Expand Down Expand Up @@ -420,6 +425,8 @@ Object {
"982": true,
"983": true,
"989": true,
"995": true,
"996": true,
}
`;

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(
`"3c10ec0793b8c3e4ec7d4e1e463509c6e973128a"`
`"6c38938be3fe0308329276d57d576d39176a427b"`
)
})

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(`17`)
expect(questCategory.monthlyQuest.length).toMatchInlineSnapshot(`11`)
expect(questCategory.quarterlyQuest.length).toMatchInlineSnapshot(`25`)
expect(questCategory.yearlyQuest.length).toMatchInlineSnapshot(`43`)
expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`464`)
expect(questCategory.yearlyQuest.length).toMatchInlineSnapshot(`44`)
expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`466`)
})

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

0 comments on commit aadaa7f

Please sign in to comment.