1
0
mirror of synced 2026-08-05 14:47:03 +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 -1
View File
@@ -5,6 +5,6 @@
"author": "Discourse",
"license": "MIT",
"devDependencies": {
"eslint-config-discourse": "^2.0.0"
"eslint-config-discourse": "^3.0.0"
}
}
@@ -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();
+1134 -842
View File
File diff suppressed because it is too large Load Diff