diff --git a/tests/icons.test.js b/tests/icons.test.js index f3e551f0..455c3b00 100644 --- a/tests/icons.test.js +++ b/tests/icons.test.js @@ -24,7 +24,7 @@ icons.forEach(icon => { test(`${icon.title} has a "path"`, () => { expect(typeof subject.path).toBe('string'); - expect(subject.path).toMatch(/[MmZzLlHhVvCcSsQqTtAa0-9-,.\s]/g); + expect(subject.path).toMatch(/[MmZzLlHhVvCcSsQqTtAae0-9-,.\s]/g); }); test(`${icon.title} has a "slug"`, () => { diff --git a/tests/index.test.js b/tests/index.test.js index 5a01f200..29ba3ef6 100644 --- a/tests/index.test.js +++ b/tests/index.test.js @@ -24,7 +24,7 @@ icons.forEach(icon => { test(`${icon.title} has a "path"`, () => { expect(typeof subject.path).toBe('string'); - expect(subject.path).toMatch(/^[MmZzLlHhVvCcSsQqTtAa0-9-,.\s]+$/g); + expect(subject.path).toMatch(/^[MmZzLlHhVvCcSsQqTtAae0-9-,.\s]+$/g); }); test(`${icon.title} has a "slug"`, () => {