Created
June 27, 2018 03:35
-
-
Save ryanluker/a9ac95c0d477aafd1b0906edcf3a0680 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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