Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update quest data (2024-07-01) #137

Merged
merged 1 commit into from
Jul 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

3 changes: 3 additions & 0 deletions src/__tests__/__snapshots__/questHelper.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ exports[`questHelper should 101 locked quests match snapshot 1`] = `
"1133": true,
"1134": true,
"1137": true,
"1138": true,
"1139": true,
"114": true,
"115": true,
"116": true,
Expand Down Expand Up @@ -223,6 +225,7 @@ exports[`questHelper should 101 locked quests match snapshot 1`] = `
"366": true,
"368": true,
"371": true,
"372": true,
"401": true,
"402": true,
"403": true,
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/kcanotifyData.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { version, QuestData } from '../../build/kcanotifyGamedata'

test('should Kcanotify Game data version correct', () => {
expect(version).toMatchInlineSnapshot(`"2024042301"`)
expect(version).toMatchInlineSnapshot(`"2024070701"`)
})

test('should Kcanotify Game data keys correct', () => {
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(
`"e53c9d3cb8a2b99d3546ae361765d1d664925471"`,
`"ac6a36d948c4a6d7ded3a892734a9094e6cb9b45"`,
)
})

Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/questCategory.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('should questCategory correct', () => {
expect(questCategory.monthlyQuest.length).toMatchInlineSnapshot(`14`)
expect(questCategory.quarterlyQuest.length).toMatchInlineSnapshot(`28`)
expect(questCategory.yearlyQuest.length).toMatchInlineSnapshot(`50`)
expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`472`)
expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`465`)
})

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