Skip to content

Commit

Permalink
added missing spec tests to enable coverage stats
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
  • Loading branch information
akosyakov committed Dec 6, 2018
1 parent 586042d commit b7b0e1b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/debug-nodejs/src/node/debug-nodejs.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@
*
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
********************************************************************************/

describe('node-debug package', () => {

it('support code coverage statistics', () => true);
});
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@
*
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
********************************************************************************/

describe('debug package', () => {

it('support code coverage statistics', () => true);
});
5 changes: 5 additions & 0 deletions packages/java-debug/src/node/java-debug.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@
*
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
********************************************************************************/

describe('java-debug package', () => {

it('support code coverage statistics', () => true);
});

0 comments on commit b7b0e1b

Please sign in to comment.