Fix exports
This commit is contained in:
parent
231c8ccaab
commit
8651a836a5
|
@ -89,7 +89,7 @@ export interface TableToBuild extends Omit<Table, "sourceId" | "sourceType"> {
|
||||||
sourceType?: TableSourceType
|
sourceType?: TableSourceType
|
||||||
}
|
}
|
||||||
|
|
||||||
class TestConfiguration {
|
export default class TestConfiguration {
|
||||||
server: any
|
server: any
|
||||||
request: supertest.SuperTest<supertest.Test> | undefined
|
request: supertest.SuperTest<supertest.Test> | undefined
|
||||||
started: boolean
|
started: boolean
|
||||||
|
@ -911,5 +911,3 @@ class TestConfiguration {
|
||||||
return await this._req(config, null, layoutController.save)
|
return await this._req(config, null, layoutController.save)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export = TestConfiguration
|
|
||||||
|
|
Loading…
Reference in New Issue