mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-30 02:24:42 +08:00
fix: trigger return id error
This commit is contained in:
@@ -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) // 无事发生
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user