We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c0888 commit c4390b4Copy full SHA for c4390b4
packages/testing/testing-jest/jest-global-teardown.js
@@ -18,7 +18,7 @@ module.exports = async function() {
18
const config = await getConfig();
19
20
config.iconDir = config.iconDir.filter(
21
- item => !item.includes('test/jest-test-svgs'),
+ item => !item.includes('__tests__/fixtures'),
22
);
23
24
await iconTasks.build(); // cleaning icons after all tests
0 commit comments