5 lines
212 B
Bash
Executable File
5 lines
212 B
Bash
Executable File
#
|
|
# the idea is that this way we prevent test runs (for whenever needed)
|
|
JASMINE_SERVER_UNIT=0 JASMINE_SERVER_INTEGRATION=0 JASMINE_CLIENT_INTEGRATION=0 JASMINE_BROWSER=PhantomJS JASMINE_MIRROR_PORT=3000 meteor
|
|
|