Skip to content

Instantly share code, notes, and snippets.

@ryanluker
Created June 27, 2018 03:35
Show Gist options
  • Save ryanluker/a9ac95c0d477aafd1b0906edcf3a0680 to your computer and use it in GitHub Desktop.
Save ryanluker/a9ac95c0d477aafd1b0906edcf3a0680 to your computer and use it in GitHub Desktop.
test("Should start extension @integration", async () => {
const started = vscode.extensions.getExtension(
"ryanluker.vscode-coverage-gutters",
).isActive;
assert.equal(started, true);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment