mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
parent
a4107b8202
commit
92a84f77fd
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import {compExpiry, getSubscriptionData, isActive, isCanceled, isComplimentary,
|
|||
import {describe, it} from 'mocha';
|
||||
import {expect} from 'chai';
|
||||
|
||||
describe.only('Unit: Util: subscription-data', function () {
|
||||
describe('Unit: Util: subscription-data', function () {
|
||||
describe('validUntil', function () {
|
||||
it('returns the end of the current billing period when the subscription is canceled at the end of the period', function () {
|
||||
let sub = {
|
||||
|
|
Loading…
Add table
Reference in a new issue