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