我必须在所有测试开始之前执行一些代码。所以我需要使用QUnit hook before
,但在ember-qunit
中,唯一可用的回调是beforeEach
和afterEach
。
我该怎么做?
答案 0 :(得分:0)
当我在这个问题上写my first comment时,存储库就像这样:qunit-module.js。所以似乎不支持before
和after
钩子。因此my suggestion在module
函数之前启动了经理,如this twiddle所示。
但是, 5天前,trentmwillis提交了一个commit,现在它看起来很高,有before
和after
个钩子。我想ember-qunit的2.1.2版本有此提交。