1
0
mirror of synced 2026-08-06 07:06:54 +00:00

DEV: Prefix all test names (#238)

This commit is contained in:
Jarek Radosz
2024-09-18 01:49:28 +02:00
committed by GitHub
parent ef820ca2e0
commit 937d099692
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { test } from "qunit";
import { acceptance, count } from "discourse/tests/helpers/qunit-helpers";
import { stubStripe } from "discourse/plugins/discourse-subscriptions/helpers/stripe";
acceptance("Discourse Subscriptions", function (needs) {
acceptance("Subscriptions", function (needs) {
needs.user();
needs.hooks.beforeEach(function () {
stubStripe();
@@ -20,7 +20,7 @@ function singleProductPretender() {
});
}
acceptance("Discourse Subscriptions", function (needs) {
acceptance("Subscriptions", function (needs) {
needs.user();
needs.hooks.beforeEach(function () {
stubStripe();