feat(renderer-core): optimize the judgment of whether leaf hoc has children

This commit is contained in:
liujuping 2023-05-31 18:12:28 +08:00 committed by 林熠
parent f10b694c42
commit d82bcfdf2a

View File

@ -12,6 +12,7 @@ const jestConfig = {
// testMatch: ['(/tests?/.*(test))\\.[jt]s$'],
// testMatch: ['**/*/base.test.tsx'],
// testMatch: ['**/utils/common.test.ts'],
// testMatch: ['**/*/leaf.test.tsx'],
transformIgnorePatterns: [
`/node_modules/(?!${esModules})/`,
],