我有打击设置
DEBUG: -------------------------------
ember.js:14463 DEBUG: Ember : 1.7.0
ember.js:14463 DEBUG: Ember Data : 1.0.0-beta.9
ember.js:14463 DEBUG: Handlebars : 1.3.0
ember.js:14463 DEBUG: jQuery : 2.1.1
ember.js:14463 DEBUG: -------------------------------
我正在尝试测试页面http://localhost:9000/#/orange/c07f234e-8f19-4c99-c6f1-208a7d6661bd
这是我的测试
test("/orange", function() {
visit("/#/orange/ ?"); <------ what should i do here
// helper waiting the application is idle before running the callback
andThen(function() {
//todo
});
});
无论如何都要在qunit的访问方法中传递参数