1
0
mirror of synced 2026-08-05 06:36:55 +00:00

DEV: Fix more imports (#114)

This commit is contained in:
Jarek Radosz
2022-03-07 14:34:05 +01:00
committed by GitHub
parent 9cbdc8c453
commit 044c18e904
4 changed files with 1137 additions and 843 deletions
@@ -1,6 +1,7 @@
import { acceptance, count } from "discourse/tests/helpers/qunit-helpers";
import { stubStripe } from "discourse/plugins/discourse-subscriptions/helpers/stripe";
import { visit } from "@ember/test-helpers";
import { test } from "qunit";
acceptance("Discourse Subscriptions", function (needs) {
needs.user();
@@ -1,6 +1,7 @@
import { acceptance, count } from "discourse/tests/helpers/qunit-helpers";
import { stubStripe } from "discourse/plugins/discourse-subscriptions/helpers/stripe";
import { click, visit } from "@ember/test-helpers";
import { test } from "qunit";
acceptance("Discourse Subscriptions", function (needs) {
needs.user();