Simplify custom world result editing controls
This commit is contained in:
@@ -89,5 +89,12 @@ describe('buildExpandedCustomWorldProfile', () => {
|
||||
expect(profile.storyGraph?.hiddenThreads.length).toBeGreaterThan(0);
|
||||
expect(profile.storyNpcs[0]?.narrativeProfile?.immediatePressure).toBeTruthy();
|
||||
expect(profile.playableNpcs[0]?.narrativeProfile?.relatedThreadIds.length).toBeGreaterThan(0);
|
||||
expect(profile.ownedSettingLayers?.expressionProfile.themePack.displayName).toBe(
|
||||
profile.themePack?.displayName,
|
||||
);
|
||||
expect(profile.ownedSettingLayers?.referenceProfile.roleArchetypes.length).toBeGreaterThan(0);
|
||||
expect(profile.ownedSettingLayers?.compatibilityProfile?.legacyTemplateWorldType).toBe(
|
||||
'WUXIA',
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user