Files
cocos-engine/tests/setup-after-env.ts
2022-03-10 11:55:11 +08:00

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');
}