diff --git a/src/snapshot.ts b/src/snapshot.ts index 23e15833..2ee385ad 100644 --- a/src/snapshot.ts +++ b/src/snapshot.ts @@ -57,7 +57,7 @@ export class SnapshotService implements Services.ServiceInstance { this.#snapshotClient.startCurrentRun(test.file, test.fullTitle, this.#options) } - async afterTest() { + async after() { const result = await this.#snapshotClient.finishCurrentRun() if (!result) { return