fix: trigger return id error

This commit is contained in:
Vick Scarlet
2026-08-16 20:06:16 +08:00
committed by 神戸小鳥
parent bcfd24bbba
commit e531cb2ede
2 changed files with 5 additions and 6 deletions
-1
View File
@@ -43,7 +43,6 @@ describe('Achievement', () => {
},
)
const result = next(state, profile)
console.debug(result)
expect(result.state.props.current.age).toBe(10) // 十岁
expect(result.state.events).toContain(10588) // 无事发生
})