style: fix linting issues met Prettier
This commit is contained in:
parent
f1ef976ac5
commit
0809e1b52e
2 changed files with 7 additions and 7 deletions
|
@ -26,7 +26,7 @@ export class Assignment {
|
||||||
@Property({ type: 'string' })
|
@Property({ type: 'string' })
|
||||||
learningPathHruid!: string;
|
learningPathHruid!: string;
|
||||||
|
|
||||||
@Property({ type: 'datetime'})
|
@Property({ type: 'datetime' })
|
||||||
deadline?: Date;
|
deadline?: Date;
|
||||||
|
|
||||||
@Enum({
|
@Enum({
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
import {EntityManager} from '@mikro-orm/core';
|
import { EntityManager } from '@mikro-orm/core';
|
||||||
import {Assignment} from '../../../src/entities/assignments/assignment.entity';
|
import { Assignment } from '../../../src/entities/assignments/assignment.entity';
|
||||||
import {Class} from '../../../src/entities/classes/class.entity';
|
import { Class } from '../../../src/entities/classes/class.entity';
|
||||||
import {Language} from '@dwengo-1/common/util/language';
|
import { Language } from '@dwengo-1/common/util/language';
|
||||||
import {testLearningPathWithConditions} from '../content/learning-paths.testdata';
|
import { testLearningPathWithConditions } from '../content/learning-paths.testdata';
|
||||||
import {getClassWithTestleerlingAndTestleerkracht} from '../classes/classes.testdata';
|
import { getClassWithTestleerlingAndTestleerkracht } from '../classes/classes.testdata';
|
||||||
|
|
||||||
const futureDate = new Date();
|
const futureDate = new Date();
|
||||||
futureDate.setDate(futureDate.getDate() + 7);
|
futureDate.setDate(futureDate.getDate() + 7);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue