FIX: new select-kit test-helper

This commit is contained in:
Joffrey JAFFEUX 2019-06-06 09:34:42 +02:00
parent fe746fefc0
commit d9178cf60c
4 changed files with 3 additions and 2 deletions

View File

@ -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,

View File

@ -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";

View File

@ -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";

View File

@ -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";