diff --git a/tests/icons.test.js b/tests/icons.test.js index 455c3b00..efdca9a4 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(/[MmZzLlHhVvCcSsQqTtAae0-9-,.\s]/g); + expect(subject.path).toMatch(/[MmZzLlHhVvCcSsQqTtAaEe0-9-,.\s]/g); }); test(`${icon.title} has a "slug"`, () => { diff --git a/tests/index.test.js b/tests/index.test.js index 29ba3ef6..74f3e909 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(/^[MmZzLlHhVvCcSsQqTtAae0-9-,.\s]+$/g); + expect(subject.path).toMatch(/^[MmZzLlHhVvCcSsQqTtAaEe0-9-,.\s]+$/g); }); test(`${icon.title} has a "slug"`, () => {