diff --git a/tests/css-extraction.test.js b/tests/css-extraction.test.js index 27fc175..d14bcb3 100644 --- a/tests/css-extraction.test.js +++ b/tests/css-extraction.test.js @@ -33,20 +33,24 @@ describe('CSS Extraction', () => { }); }); - describe('HTML Links to CSS', () => { - it('should link base.css in index.html', () => { + describe('Inline Styles', () => { + it('should have inline styles in index.html', () => { const html = readFileSync(join(publicDir, 'index.html'), 'utf-8'); - expect(html).toContain('href="css/base.css"'); + expect(html).toContain('