Merge branch 'main' into staging

This commit is contained in:
John Yeo
2025-10-24 16:17:01 +01:00
56 changed files with 721 additions and 494 deletions

View File

@@ -48,7 +48,7 @@ describe(`${chalk.yellowBright("basic5: Testing cancel through Stripe at period
await timeout(5000);
});
test.skip("should have pro product active, and canceled_at != null, and free scheduled", async () => {
test("should have pro product active, and canceled_at != null, and free scheduled", async () => {
const cusRes: any = await AutumnCli.getCustomer(customerId);
compareMainProduct({
sent: products.pro,