Skip to content

Commit 4541ed0

Browse files
committed
fixup! chore(react-components): resolve issues related to React 18 types
1 parent 641c345 commit 4541ed0

File tree

2 files changed

+1
-2
lines changed
  • packages/react-components

2 files changed

+1
-2
lines changed

packages/react-components/react-motion-components-preview/library/config/tests.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/react-components/react-motion/library/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ module.exports = {
2929
'^.+\\.tsx?$': ['@swc/jest', swcJestConfig],
3030
},
3131
coverageDirectory: './coverage',
32-
setupFilesAfterEnv: ['./config/tests.ts'],
32+
setupFilesAfterEnv: ['./config/tests.js'],
3333
snapshotSerializers: ['@griffel/jest-serializer'],
3434
};

0 commit comments

Comments
 (0)