feat(mystery): add altered rooms and drunk sequence
This commit is contained in:
@@ -68,7 +68,7 @@ describe('endingFrontmatterSchema', () => {
|
||||
})
|
||||
|
||||
it('rejects unknown ending id', () => {
|
||||
const data = { id: 'mercy', whenFlags: {} }
|
||||
const data = { id: 'secret', whenFlags: {} }
|
||||
expect(() => endingFrontmatterSchema.parse(data)).toThrow()
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user