Remove space in supertest.ts
This commit is contained in:
parent
db7a977eef
commit
05946ee342
@ -2,7 +2,7 @@ import request from 'supertest'
|
|||||||
import {Application} from 'express'
|
import {Application} from 'express'
|
||||||
import {TAsyncified} from './types'
|
import {TAsyncified} from './types'
|
||||||
|
|
||||||
export function createClient<T>( app: Application, path: string,
|
export function createClient<T>(app: Application, path: string,
|
||||||
) {
|
) {
|
||||||
let id = 0
|
let id = 0
|
||||||
const proxy = new Proxy({}, {
|
const proxy = new Proxy({}, {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user