mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-07 08:09:13 +08:00
9 lines
205 B
TypeScript
9 lines
205 B
TypeScript
// @ts-ignore
|
|
import * as matchers from 'jest-extended';
|
|
expect.extend(matchers);
|
|
|
|
const testPath = expect.getState().testPath;
|
|
if (testPath.match(/animation/)) {
|
|
require('../cocos/core/animation');
|
|
}
|