如何关闭Meteor中的Velocity单元测试? [英] How to turn off Velocity unit testing in Meteor?

查看:76
本文介绍了如何关闭Meteor中的Velocity单元测试?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 mike:mocha 软件包,并且试图弄清楚如何禁用测试.

I'm using the mike:mocha package and I'm trying to figure out how to disable testing.

有时候,我必须在本地计算机上演示正在使用的应用程序.在这种情况下,我希望运行该应用程序而无需在右上角显示绿点.

There are times when I have to demo the app I'm working on in my local machine. For those situations, I would like to run the application without the green dot on the top right.

推荐答案

经过一番谷歌搜索后,我发现它正在运行

After some googling I found that running

meteor --production run

照顾好这个.

注意:如以下@ cannotto90所述,运行此命令将最小化客户端代码,并且代码刷新将无效.回到编码,您 将需要先停止流星,然后使用 meteor命令.

Note: As @cannotto90 noted below, running this command will minifiy the client code and code refresh will not be in effect. To get back to coding, you will need to stop meteor first ctrl+c and run meteor again using the meteor command.

这篇关于如何关闭Meteor中的Velocity单元测试?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆