Arlo Breault
dad53932a2
Fix some linting warnings for "Line exceeds maximum allowed length."
2019-05-16 12:07:06 -04:00
Arlo Breault
2d8a1690ba
Initialize snowflake instance with a config
2019-05-16 12:07:06 -04:00
David Fifield
297ae7b1b8
Test ProxyPair with ArrayBuffers, not strings.
2018-12-19 21:30:39 -07:00
David Fifield
3cd8519ec9
Fix the ProxyPair tests exposed by the previous commit.
...
This was mainly a matter of more complete mocking.
2018-12-04 15:09:53 -07:00
David Fifield
fce32bf292
Fix nested Jasmine tests.
...
You can nest a "describe" in a "describe":
describe
describe
it
But you can't nest an "it" in an "it":
describe
it
it
The nested "it"s were not getting run (or getting run, but their output
ignored, I'm not sure).
Before this change:
41 specs, 0 failures
After:
44 specs, 5 failures
2018-12-04 15:09:53 -07:00
Arlo Breault
d1ec51bfb9
Remove unused clientAddr from ProxyPair
2017-01-23 12:34:08 -08:00
Serene Han
547cb9690a
more jasmine specs for proxypair, ui, and snowflake coffee files
2016-02-07 08:35:01 -08:00
Serene Han
889b3fee98
better ProxyPair jasmine specs, ensure travis using more recent npm
2016-02-05 12:06:37 -08:00