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