Skip to content

Commit c4390b4

Browse files
committed
fix: Removing unwanted yeti icon and changes in icons after test finish
1 parent b8c0888 commit c4390b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/testing/testing-jest/jest-global-teardown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = async function() {
1818
const config = await getConfig();
1919

2020
config.iconDir = config.iconDir.filter(
21-
item => !item.includes('test/jest-test-svgs'),
21+
item => !item.includes('__tests__/fixtures'),
2222
);
2323

2424
await iconTasks.build(); // cleaning icons after all tests

0 commit comments

Comments
 (0)