Skip to content

Commit

Permalink
Update import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Sep 11, 2024
1 parent 6a565a1 commit 523eba6
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,17 @@ import { HashLeaseEstimateSchema } from '@xyo-network/diviner-hash-lease'
import { MemoryNode } from '@xyo-network/node-memory'
import { PayloadBuilder } from '@xyo-network/payload-builder'
import type { EscrowTerms } from '@xyo-network/payment-payload-plugins'
import { EscrowTermsSchema } from '@xyo-network/payment-payload-plugins'
import {
DiscountSchema, EscrowTermsSchema, FixedAmountCouponSchema, FixedPercentageCouponSchema,
isDiscount,
PaymentDiscountDivinerConfigSchema,
} from '@xyo-network/payment-payload-plugins'
import {
beforeEach, describe, it, vi,
} from 'vitest'

import { PaymentDiscountDivinerConfigSchema } from '../Config.ts'
import { PaymentDiscountDiviner } from '../Diviner.ts'
import type { Coupon } from '../Payload/index.ts'
import {
DiscountSchema, FixedAmountCouponSchema, FixedPercentageCouponSchema,
isDiscount,
} from '../Payload/index.ts'

describe('PaymentDiscountDiviner', () => {
let sut: PaymentDiscountDiviner
Expand Down

0 comments on commit 523eba6

Please sign in to comment.