mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
REFACTOR: Test assertions should be imported.
Previously they were global functions.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { exists } from "discourse/tests/helpers/qunit-helpers";
|
||||
import {
|
||||
acceptance,
|
||||
updateCurrentUser,
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import { exists } from "discourse/tests/helpers/qunit-helpers";
|
||||
import selectKit from "discourse/tests/helpers/select-kit-helper";
|
||||
import {
|
||||
acceptance,
|
||||
|
||||
Reference in New Issue
Block a user