forked from external/vscode-xml
Implement Classic XML Formatting
This commit is contained in:
parent
394188a204
commit
bedb878549
9 changed files with 233 additions and 30 deletions
|
|
@ -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
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue