update: play property animation

update: event format field
fix: test
This commit is contained in:
Vick Scarlet
2026-08-12 21:57:49 +08:00
parent f439141ded
commit 2d35eda931
15 changed files with 110 additions and 155 deletions
+2 -2
View File
@@ -30,11 +30,11 @@ describe('Talent', () => {
test('pull external', () => {
const p = produce(profile, draft => {
draft.lockedTalent = 1001
draft.locked = [1001]
})
const result = pull(options, p)
expect(result.length).toBe(options.count)
expect(result).toContain(p.lockedTalent!)
expect(result).toContain(p.locked![0]!)
})
test('pull rate', () => {