Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
import { teardownLiveStubAgent } from './live-stub';
|
|
|
|
export default function globalTeardown(): void {
|
|
teardownLiveStubAgent();
|
|
}
|