Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

add system test for the debuglet api #187

Merged
merged 1 commit into from
Dec 14, 2016

Conversation

ofrobots
Copy link
Contributor

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 13, 2016
@@ -0,0 +1,71 @@
/**
* Copyright 2014 Google Inc. All Rights Reserved.

This comment was marked as spam.


it('should list breakpoints', function(done) {
if (!debuggee) {
// Dependent on the previous test passing.

This comment was marked as spam.

var DebugletApi = require('../src/debugletapi.js');

describe('Debugletapi', function() {
var debugletApi = new DebugletApi({}, debug);

This comment was marked as spam.

@ofrobots ofrobots merged commit 85573b2 into googleapis:master Dec 14, 2016
@ofrobots ofrobots deleted the system-test branch December 14, 2016 00:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants