mirror of
https://github.com/apricote/Listory.git
synced 2026-02-07 18:27: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 { ReportsService } from './reports.service';
|
||||
import { Test, TestingModule } from "@nestjs/testing";
|
||||
import { ReportsService } from "./reports.service";
|
||||
|
||||
describe('ReportsService', () => {
|
||||
describe("ReportsService", () => {
|
||||
let service: ReportsService;
|
||||
|
||||
beforeEach(async () => {
|
||||
|
|
@ -12,7 +12,7 @@ describe('ReportsService', () => {
|
|||
service = module.get<ReportsService>(ReportsService);
|
||||
});
|
||||
|
||||
it('should be defined', () => {
|
||||
it("should be defined", () => {
|
||||
expect(service).toBeDefined();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue