remove only

This commit is contained in:
Phillip Thelen 2022-11-10 13:55:58 +01:00 committed by Phillip Thelen
parent 614850e56c
commit de48925341

View file

@ -1,7 +1,7 @@
import { generateUser, translate as t } from '../../../../../helpers/api-integration/v3';
import applePayments from '../../../../../../website/server/libs/payments/apple';
describe.only('payments : apple #subscribe', () => {
describe('payments : apple #subscribe', () => {
const endpoint = '/iap/ios/subscribe';
let user;