feat: add sqlite catalog web app
This commit is contained in:
@@ -17,6 +17,8 @@ output:
|
||||
expect(config.gmail.folder).toBe('Newsletters');
|
||||
expect(config.links.trackingParams).toContain('utm_*');
|
||||
expect(config.enrichment.concurrency).toBe(3);
|
||||
expect(config.database.enabled).toBe(true);
|
||||
expect(config.database.path).toBe('./data/newsletter-catalog.sqlite');
|
||||
});
|
||||
|
||||
it('treats comment-only YAML maps as empty objects', () => {
|
||||
|
||||
Reference in New Issue
Block a user