是否可以在Tinytest环境中使用浏览器控制台?

时间:2016-03-12 04:33:13

标签: meteor

cd ~/my-package
meteor test-packages ./
open localhost:3000

我似乎无法使用JS控制台:即使可以从客户端测试文件中记录Meteor,但当我在控制台中输入时,我得到VM10740:1 Uncaught ReferenceError: Meteor is not defined。对于Accounts等其他对象也是如此。

我想访问这些变量以及我的包和测试文件中定义的变量,以便调试我的测试。

enter image description here

编辑:在客户端测试文件中,这有效:

window.Meteor = Meteor
window.Accounts = Accounts
...

有更好的方法吗?或者至少是一种自动通过所有全局变量的方式?尝试这样做会导致刷新循环:_.extend(window, this)

0 个答案:

没有答案