Created
June 18, 2016 17:27
-
-
Save ivofacundo/7486fdcc5fef434619865f0238bd5d94 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [email protected] start C:\Users\BreakinBad\Desktop\agar.io- | |
> gulp run | |
[14:23:08] Using gulpfile ~\Desktop\agar.io-clone-master\gulp | |
[14:23:08] Starting 'lint'... | |
[14:23:08] Starting 'move-client'... | |
[14:23:58] Finished 'lint' after 50 s | |
[14:23:58] Starting 'build-server'... | |
[14:23:58] Starting 'test'... | |
[14:23:58] Finished 'test' after 23 ms | |
[14:23:58] Starting 'todo'... | |
[14:23:58] Finished 'todo' after 25 ms | |
util.js | |
#massToRadius | |
V should return non-zero radius on zero input | |
V should convert masses to a circle radius | |
[14:24:02] Finished 'build-server' after 3.76 s | |
#validNick | |
V should allow empty player nicknames | |
V should allow ascii character nicknames | |
V should disallow unicode-dependent alphabets | |
V should disallow spaces in nicknames | |
[14:24:02] Finished 'move-client' after 54 s | |
[14:24:02] Starting 'build-client'... | |
#log | |
V should compute the log_{base} of a number | |
#getDistance | |
V should return a positive number | |
8 passing (4s) | |
C:\Users\BreakinBad\Desktop\agar.io-clone-master\src\server> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment