mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 16:26:21 +01:00
Make sure we apply all classes to the lucide icons (#1691)
* Make sure all classes are applied for all packages * Add class test to angular component * Adjust lucide-static tests * update snapshot * Fix types
This commit is contained in:
@@ -43,6 +43,8 @@ describe('Using lucide icon components', () => {
|
||||
const [icon] = document.getElementsByClassName('lucide');
|
||||
|
||||
expect(icon).toHaveClass('my-icon')
|
||||
expect(icon).toHaveClass('lucide-smile')
|
||||
expect(icon).toHaveClass('lucide')
|
||||
});
|
||||
|
||||
it('should add a style attribute to the element', () => {
|
||||
|
||||
Reference in New Issue
Block a user