Ghost/ghost/offers/test/lib/domain/models
Daniel Lockyer e2ba19b0df
Fixed import of bson-objectid in accordance to the typings
- there's a few different ways we can import it but I've chosen to
  append `.default` as we have done in several other places in the code
2022-10-12 14:54:35 +07:00
..
Offer.test.js Fixed import of bson-objectid in accordance to the typings 2022-10-12 14:54:35 +07:00
OfferAmount.test.js Updated offers setup to allow trial values 2022-08-11 11:04:39 +05:30
OfferCadence.test.js Added initial tests for Offers 2021-11-07 23:10:10 +02:00
OfferCode.test.js Added initial tests for Offers 2021-11-07 23:10:10 +02:00
OfferCurrency.test.js Added initial tests for Offers 2021-11-07 23:10:10 +02:00
OfferDescription.test.js Added initial tests for Offers 2021-11-07 23:10:10 +02:00
OfferDuration.test.js Updated offers setup to allow trial values 2022-08-11 11:04:39 +05:30
OfferName.test.js Required OfferName to be a maximum of 40 characters 2021-11-25 12:34:33 +02:00
OfferStatus.test.js Added initial tests for Offers 2021-11-07 23:10:10 +02:00
OfferTitle.test.js Added initial tests for Offers 2021-11-07 23:10:10 +02:00
OfferType.test.js Updated offers setup to allow trial values 2022-08-11 11:04:39 +05:30