Skip to content

Commit

Permalink
test: unit tests for product service (#657)
Browse files Browse the repository at this point in the history
- updated few outdated images in docs

Signed-off-by: Kush Sharma <[email protected]>
  • Loading branch information
kushsharma authored Jun 29, 2024
1 parent bd92f0b commit ce97309
Show file tree
Hide file tree
Showing 19 changed files with 2,142 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,12 @@ packages:
github.com/raystack/frontier/billing/credit:
config:
dir: "billing/credit/mocks"
all: true
github.com/raystack/frontier/billing/product:
config:
dir: "billing/product/mocks"
all: true
github.com/raystack/frontier/billing/stripetest:
config:
dir: "billing/stripetest/mocks"
all: true
324 changes: 324 additions & 0 deletions billing/product/mocks/feature_repository.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ce97309

Please sign in to comment.