REFACTOR: Test assertions should be imported.

Previously they were global functions.
This commit is contained in:
Robin Ward
2020-10-27 14:54:38 -04:00
parent f809e6eda7
commit b302321451
98 changed files with 147 additions and 36 deletions

View File

@@ -1,3 +1,4 @@
import { exists } from "discourse/tests/helpers/qunit-helpers";
import {
acceptance,
updateCurrentUser,

View File

@@ -1,3 +1,4 @@
import { exists } from "discourse/tests/helpers/qunit-helpers";
import selectKit from "discourse/tests/helpers/select-kit-helper";
import {
acceptance,