mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 06:34:39 -04:00
Adjust tests to new Session and Author entities
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
3d07c5e443
commit
f6d430c23f
15 changed files with 91 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
import { forwardRef, Module } from '@nestjs/common';
|
||||
import { TypeOrmModule } from '@nestjs/typeorm';
|
||||
import { AuthorsModule } from '../authors/authors.module';
|
||||
import { LoggerModule } from '../logger/logger.module';
|
||||
import { NotesModule } from '../notes/notes.module';
|
||||
import { Authorship } from './authorship.entity';
|
||||
|
@ -19,6 +20,7 @@ import { ConfigModule } from '@nestjs/config';
|
|||
forwardRef(() => NotesModule),
|
||||
LoggerModule,
|
||||
ConfigModule,
|
||||
AuthorsModule,
|
||||
],
|
||||
providers: [RevisionsService],
|
||||
exports: [RevisionsService],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue