FIX: new select-kit test-helper
This commit is contained in:
parent
fe746fefc0
commit
d9178cf60c
|
@ -40,8 +40,6 @@
|
||||||
"visible": true,
|
"visible": true,
|
||||||
"invisible": true,
|
"invisible": true,
|
||||||
"asyncRender": true,
|
"asyncRender": true,
|
||||||
"selectDropdown": true,
|
|
||||||
"selectBox": true,
|
|
||||||
"asyncTestDiscourse": true,
|
"asyncTestDiscourse": true,
|
||||||
"fixture": true,
|
"fixture": true,
|
||||||
"find": true,
|
"find": true,
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
import selectKit from "helpers/select-kit-helper";
|
||||||
import { acceptance, replaceCurrentUser } from "helpers/qunit-helpers";
|
import { acceptance, replaceCurrentUser } from "helpers/qunit-helpers";
|
||||||
import { clearCallbacks } from "select-kit/mixins/plugin-api";
|
import { clearCallbacks } from "select-kit/mixins/plugin-api";
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
import selectKit from "helpers/select-kit-helper";
|
||||||
import { acceptance, replaceCurrentUser } from "helpers/qunit-helpers";
|
import { acceptance, replaceCurrentUser } from "helpers/qunit-helpers";
|
||||||
import { clearCallbacks } from "select-kit/mixins/plugin-api";
|
import { clearCallbacks } from "select-kit/mixins/plugin-api";
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
import selectKit from "helpers/select-kit-helper";
|
||||||
import { acceptance } from "helpers/qunit-helpers";
|
import { acceptance } from "helpers/qunit-helpers";
|
||||||
import { default as AssignedTopics } from "../fixtures/assigned-topics-fixtures";
|
import { default as AssignedTopics } from "../fixtures/assigned-topics-fixtures";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue