-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reorder test factories to main modules
- Loading branch information
1 parent
2d49b6b
commit 4e6c0f6
Showing
24 changed files
with
59 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export { robjExportSchuleFactory } from './robj-export-schule.factory'; | ||
export { robjExportKlasseFactory } from './robj-export-klasse.factory'; | ||
export { robjExportLehrerFactory } from './robj-export-lehrer.factory'; | ||
export { robjExportSchuelerFactory } from './robj-export-schueler.factory'; | ||
export { robjExportLehrerMigrationFactory } from './robj-export-lehrer-migration.factory'; | ||
export { robjExportSchuelerMigrationFactory } from './robj-export-schueler-migration.factory'; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions
14
apps/server/src/modules/provisioning/dto/provisioning.dto.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
export class ProvisioningDto { | ||
externalUserId: string; | ||
|
||
constructor(provisioningDto: ProvisioningDto) { | ||
this.externalUserId = provisioningDto.externalUserId; | ||
} | ||
} | ||
export class ProvisioningDto { | ||
externalUserId: string; | ||
|
||
constructor(provisioningDto: ProvisioningDto) { | ||
this.externalUserId = provisioningDto.externalUserId; | ||
} | ||
} |
3 changes: 1 addition & 2 deletions
3
apps/server/src/modules/provisioning/loggable/school-for-group-not-found.loggable.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ng/factory/external-school-dto.factory.ts → ...ng/testing/external-school-dto.factory.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
export { externalUserDtoFactory } from './external-user-dto.factory'; | ||
export { externalGroupDtoFactory } from './external-group-dto.factory'; | ||
export { externalGroupUserDtoFactory } from './external-group-user-dto.factory'; | ||
export { oauthDataDtoFactory } from './oauth-data-dto.factory'; | ||
export { externalClassDtoFactory } from './external-class-dto.factory'; | ||
export { externalSchoolDtoFactory } from './external-school-dto.factory'; | ||
export { provisioningSystemDtoFactory } from './provisioning-system-dto.factory'; | ||
export { provisioningDtoFactory } from './provisioning-dto.factory'; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
25 changes: 0 additions & 25 deletions
25
apps/server/src/shared/testing/factory/external-group-dto.factory.ts
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
apps/server/src/shared/testing/factory/external-user-dto.factory.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters