migrate js-api tests from Jest to Node.js native test runner (#12104)

This commit is contained in:
Denys Vuika
2026-07-28 20:04:31 +01:00
committed by GitHub
parent c316c6b594
commit 6c8b874704
58 changed files with 2355 additions and 4978 deletions
@@ -16,7 +16,7 @@
*/
import { BaseMock } from '../base.mock';
import { FilePlanRolePaging } from '@alfresco/js-api';
import { FilePlanRolePaging } from '../../../src/index';
export class FilePlansMock extends BaseMock {
get200FilePlanRoles(filePlanId: string): void {