()
| 42 | |
| 43 | class HardhatTestEnvironment extends TestEnvironment { |
| 44 | constructor() { |
| 45 | super( |
| 46 | HardhatElementaryValues, |
| 47 | ); |
| 48 | } |
| 49 | |
| 50 | public getCallWithAssignment( |
| 51 | contactName: string, |
nothing calls this directly
no outgoing calls
no test coverage detected