DEV: refactors select-kit helper to prevent it to leak into global state (#7708)

This commit is contained in:
Joffrey JAFFEUX
2019-06-06 10:47:10 +02:00
committed by GitHub
parent 782da448a2
commit b339d67401
43 changed files with 299 additions and 307 deletions

View File

@ -1,5 +1,6 @@
import { acceptance } from "helpers/qunit-helpers";
import { clearPopupMenuOptionsCallback } from "discourse/controllers/composer";
import selectKit from "helpers/select-kit-helper";
acceptance("Details Button", {
loggedIn: true,