Fill in unimplemented tests#199
Fill in unimplemented tests#199matthewloring merged 1 commit intogoogleapis:masterfrom matthewloring:tests
Conversation
| debuglet = new Debuglet(fakeDebug, config, logger); | ||
|
|
||
| debuglet.once('initError', function(err) { | ||
| assert(err); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| }); | ||
|
|
||
| it('should de-activate when the server responds with isDisabled'); | ||
| it('should de-activate when the server responds with isDisabled', function(done) { |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| debuglet.start(); | ||
| }); | ||
|
|
||
| it('should re-register when registration expires', function(done) { |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
test/standalone/test-debuglet.js
Outdated
| }); | ||
|
|
||
| debuglet.once('registered', function(id) { | ||
| assert(id === DEBUGGEE_ID); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
test/standalone/test-debuglet.js
Outdated
| debuglet.once('registered', function(id) { | ||
| assert(id === DEBUGGEE_ID); | ||
| setImmediate(function() { | ||
| assert(debuglet.fetcherActive_); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
test/standalone/test-debuglet.js
Outdated
| }); | ||
|
|
||
| setTimeout(function() { | ||
| assert(!debuglet.fetcherActive_); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
No description provided.