为早午餐和咖啡编写和运行单元测试的最佳方法

发布于 2024-12-10 14:30:03 字数 233 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清音悠歌 2024-12-17 14:30:03

您是否看过 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文