Skip to content

Commit

Permalink
add suite_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nesmabadr committed Sep 28, 2023
1 parent 5b35a91 commit dc0cbff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/e2e/suite_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package e2e

import (
. "github.com/onsi/ginkgo/v2"
)

var _ = BeforeSuite(func() {
go func() {
defer GinkgoRecover()
}()
})

0 comments on commit dc0cbff

Please sign in to comment.