Skip to content

Commit

Permalink
Minor cleanup and removal of test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanluker committed Jul 1, 2018
1 parent 67db157 commit a78a0eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 2.0.1
[Github Milestone](https://github.com/ryanluker/vscode-coverage-gutters/milestone/16?closed=1)
## Under the hood:
- event metrics to better understand language usage #134
- misc project tidying and cleanup #135 #136

## Bugs:
- xml path issue related to upstream parser fixed #133

### 2.0.0
[Github Milestone](https://github.com/ryanluker/vscode-coverage-gutters/milestone/15?closed=1)
## Features:
Expand Down
7 changes: 0 additions & 7 deletions test/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ import {ICoverageLines} from "../src/renderer";
suite("Extension Tests", function() {
this.timeout(25000);

test("Should start extension @integration", async () => {
const started = vscode.extensions.getExtension(
"ryanluker.vscode-coverage-gutters",
).isActive;
assert.equal(started, true);
});

test("Run display coverage on node test file @integration", async () => {
const extension = await vscode.extensions.getExtension("ryanluker.vscode-coverage-gutters");
const getCachedLines = extension.exports;
Expand Down

0 comments on commit a78a0eb

Please sign in to comment.