We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfafc0 commit 3b906c4Copy full SHA for 3b906c4
components/gitpod-db/src/webhook-event-db.spec.db.ts
@@ -32,7 +32,7 @@ export class WebhookEventDBSpec {
32
await manager.clear(DBWebhookEvent);
33
}
34
35
- @test public async testSafeUpdate() {
+ @test.only public async testSafeUpdate() {
36
const event = await this.db.createEvent({
37
rawEvent: "payload as string",
38
status: "received",
0 commit comments