Implement Classic XML Formatting

This commit is contained in:
Josh Johnson 2018-01-27 20:30:03 -05:00
parent 394188a204
commit bedb878549
9 changed files with 233 additions and 30 deletions

View file

@ -13,10 +13,5 @@ import * as myExtension from "../extension";
// Defines a Mocha test suite to group tests of similar kind together
suite("Extension Tests", () => {
// Defines a Mocha unit test
test("Something 1", () => {
assert.equal(-1, [1, 2, 3].indexOf(5));
assert.equal(-1, [1, 2, 3].indexOf(0));
});
// TODO: implement tests
});