我有一個簡單的接受腳本,下面只檢查currentURL。但是每當我運行測試時,它只會讓我超時。 import { test } from 'qunit';
import moduleForAcceptance from 'rates-ui/tests/helpers/module-for-acceptance';
moduleForAcceptance('Acceptance | filte
我對一個組件進行了簡單的裸骨集成測試,該測試取決於i18n服務(測試注入)。該組件本身是一個從ember-select-list的簡單選擇下拉菜單,默認值爲Select Language。這裏的測試: import { moduleForComponent, test } from 'ember-qunit';
import hbs from 'htmlbars-inline-precompil