const testSetup = async (options?: {
    isStandalone?: boolean;
    storeSchema?: StoreSchema;
  }) => {
    const appTree = await createWorkspace(options?.isStandalone);