mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04:00
fix: reformat frontend code
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
1c73c89d45
commit
35f7274b7f
6 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@ import { DeleteApiRequestBuilder } from './delete-api-request-builder'
|
|||
import { expectFetch } from './test-utils/expect-fetch'
|
||||
|
||||
describe('DeleteApiRequestBuilder', () => {
|
||||
let originalFetch: typeof global['fetch']
|
||||
let originalFetch: (typeof global)['fetch']
|
||||
|
||||
beforeAll(() => {
|
||||
originalFetch = global.fetch
|
||||
|
|
|
@ -7,7 +7,7 @@ import { GetApiRequestBuilder } from './get-api-request-builder'
|
|||
import { expectFetch } from './test-utils/expect-fetch'
|
||||
|
||||
describe('GetApiRequestBuilder', () => {
|
||||
let originalFetch: typeof global['fetch']
|
||||
let originalFetch: (typeof global)['fetch']
|
||||
|
||||
beforeAll(() => {
|
||||
originalFetch = global.fetch
|
||||
|
|
|
@ -7,7 +7,7 @@ import { PostApiRequestBuilder } from './post-api-request-builder'
|
|||
import { expectFetch } from './test-utils/expect-fetch'
|
||||
|
||||
describe('PostApiRequestBuilder', () => {
|
||||
let originalFetch: typeof global['fetch']
|
||||
let originalFetch: (typeof global)['fetch']
|
||||
|
||||
beforeAll(() => {
|
||||
originalFetch = global.fetch
|
||||
|
|
|
@ -7,7 +7,7 @@ import { PutApiRequestBuilder } from './put-api-request-builder'
|
|||
import { expectFetch } from './test-utils/expect-fetch'
|
||||
|
||||
describe('PutApiRequestBuilder', () => {
|
||||
let originalFetch: typeof global['fetch']
|
||||
let originalFetch: (typeof global)['fetch']
|
||||
|
||||
beforeAll(() => {
|
||||
originalFetch = global.fetch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue