Rebrand and updated copyright date
This commit is contained in:
@@ -186,7 +186,7 @@ describe('TemplateManager', () => {
|
||||
// Should return fallback template content
|
||||
expect(result).toContain('Test Title');
|
||||
expect(result).toContain('Test Message');
|
||||
expect(result).toContain('RentAll');
|
||||
expect(result).toContain('Village Share');
|
||||
});
|
||||
|
||||
it('should auto-initialize if not initialized', async () => {
|
||||
@@ -275,7 +275,7 @@ describe('TemplateManager', () => {
|
||||
|
||||
expect(fallback).toContain('{{title}}');
|
||||
expect(fallback).toContain('{{message}}');
|
||||
expect(fallback).toContain('RentAll');
|
||||
expect(fallback).toContain('Village Share');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user