mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-18 01:41:14 -06:00
Chore: add prettier organize imports
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { TestBed } from '@angular/core/testing'
|
||||
import { LocalizedDateParserFormatter } from './ngb-date-parser-formatter'
|
||||
import { SettingsService } from '../services/settings.service'
|
||||
import { provideHttpClient, withInterceptorsFromDi } from '@angular/common/http'
|
||||
import {
|
||||
HttpTestingController,
|
||||
provideHttpClientTesting,
|
||||
} from '@angular/common/http/testing'
|
||||
import { provideHttpClient, withInterceptorsFromDi } from '@angular/common/http'
|
||||
import { TestBed } from '@angular/core/testing'
|
||||
import { SettingsService } from '../services/settings.service'
|
||||
import { LocalizedDateParserFormatter } from './ngb-date-parser-formatter'
|
||||
|
||||
describe('LocalizedDateParserFormatter', () => {
|
||||
let dateParserFormatter: LocalizedDateParserFormatter
|
||||
|
||||
Reference in New Issue
Block a user