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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1137 additions and 843 deletions

View File

@ -5,6 +5,6 @@
"author": "Discourse",
"license": "MIT",
"devDependencies": {
"eslint-config-discourse": "^2.0.0"
"eslint-config-discourse": "^3.0.0"
}
}

View File

@ -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();

View File

@ -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();

1976
yarn.lock

File diff suppressed because it is too large Load Diff