refactor: remove setup command from host creation
This commit is contained in:
@@ -12,8 +12,7 @@ import { MutableSignal } from '@/utils/mutable-signal';
|
||||
|
||||
function createTestHost() {
|
||||
const host = createGameHost(
|
||||
{ registry, createInitialState },
|
||||
'setup'
|
||||
{ registry, createInitialState }
|
||||
);
|
||||
return { host };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user