Fix types.
This commit is contained in:
parent
34684df87a
commit
1c476e0e1d
|
@ -10,7 +10,7 @@ export abstract class TestAPI {
|
||||||
config: TestConfiguration
|
config: TestConfiguration
|
||||||
request: SuperTest<Test>
|
request: SuperTest<Test>
|
||||||
|
|
||||||
protected constructor(config: TestConfiguration) {
|
constructor(config: TestConfiguration) {
|
||||||
this.config = config
|
this.config = config
|
||||||
this.request = config.request
|
this.request = config.request
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue