mirror of
https://github.com/apricote/Listory.git
synced 2026-02-06 17:57:03 +00:00
chore: run prettier format
This commit is contained in:
parent
b6c7c9e16d
commit
f56548e432
12 changed files with 95 additions and 95 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { Test, TestingModule } from '@nestjs/testing';
|
||||
import { ReportsController } from './reports.controller';
|
||||
import { Test, TestingModule } from "@nestjs/testing";
|
||||
import { ReportsController } from "./reports.controller";
|
||||
|
||||
describe('Reports Controller', () => {
|
||||
describe("Reports Controller", () => {
|
||||
let controller: ReportsController;
|
||||
|
||||
beforeEach(async () => {
|
||||
|
|
@ -12,7 +12,7 @@ describe('Reports Controller', () => {
|
|||
controller = module.get<ReportsController>(ReportsController);
|
||||
});
|
||||
|
||||
it('should be defined', () => {
|
||||
it("should be defined", () => {
|
||||
expect(controller).toBeDefined();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue