skip book tests for now (#6951)

This commit is contained in:
Maddy
2019-08-26 09:51:20 -07:00
committed by GitHub
parent 92a3acbfe8
commit b1ebf60836

View File

@@ -34,6 +34,8 @@ export function equalBookItems(book: BookTreeItem, expectedBook: ExpectedBookIte
}
}
describe.skip('BookTreeViewProviderTests', function() {
describe('BookTreeViewProvider.getChildren', function (): void {
let rootFolderPath: string;
let expectedNotebook1: ExpectedBookItem;
@@ -295,3 +297,7 @@ describe('BookTreeViewProvider.getSections', function (): void {
}
});
});
});