refactor: remove host options
This commit is contained in:
@@ -34,10 +34,10 @@ describe('GameHost', () => {
|
||||
expect(Object.keys(host.state.value.parts).length).toBe(0);
|
||||
});
|
||||
|
||||
it('should have status "running" by default', () => {
|
||||
it('should have status "created" by default', () => {
|
||||
const { host } = createTestHost();
|
||||
|
||||
expect(host.status.value).toBe('running');
|
||||
expect(host.status.value).toBe('created');
|
||||
});
|
||||
|
||||
it('should have null activePromptSchema initially', () => {
|
||||
|
||||
Reference in New Issue
Block a user