I am using the mike: mocha package and I am trying to figure out how to disable testing.
There are times when I need a demo of the application I'm working on on my local machine. In such situations, I would like to launch the application without a green dot in the upper right corner.
After some googling, I found that it works
meteor --production run
will take care of that.
.. , cannotto90, , . , ctrl+c , meteor.
ctrl+c
meteor
:
veloff.sh
#!/bin/bash # meteor remove xolvio:cucumber meteor run
velon.sh
#!/bin/bash # meteor add xolvio:cucumber meteor run
. : xolvio: , . , .
.
mocha-esque Meteor, Velocity . . : https://github.com/taromero/latte.