为早午餐和咖啡编写和运行单元测试的最佳方法
我正在使用 Brunch with Coffee 开发一个应用程序。
我如何为其编写单元测试?我目前主要考虑的是模型类,因此它可以使用 NodeJS 在没有浏览器的情况下运行。
编写测试本身并不是这里的问题,但是有一个很好的方法来集成 brunch 的设置方式(它将所有内容编译和缝合在一起并处理依赖关系的方式)似乎有点棘手。
I am developing an application using Brunch with Coffee.
How do I write unit tests for it? I am currently mostly thinking about the model classes, so it can run without the browser, using NodeJS.
Writing the tests themselves is not the problem here, but having a good way to integrate into how brunch is set up (the way it compiles and stitches everything together and takes care of dependencies) seems a bit tricky.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否看过 Brunch 的演示应用程序是如何做到这一点的:
https://github .com/brunch/todos/tree/gh-pages/test
Have you looked to see how the demo app for Brunch does it:
https://github.com/brunch/todos/tree/gh-pages/test