mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 02:58:31 -05:00
fix a few lint warnings (#17286)
This commit is contained in:
@@ -367,7 +367,7 @@ describe('BookTocManagerTests', function () {
|
||||
],
|
||||
'type': BookTreeItemType.savedNotebook
|
||||
}
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
testRuns.forEach(function (run) {
|
||||
@@ -555,7 +555,7 @@ describe('BookTocManagerTests', function () {
|
||||
const section: JupyterBookSection = {
|
||||
title: sectionA.title,
|
||||
file: sectionA.uri
|
||||
}
|
||||
};
|
||||
let isParent = bookTocManager.isParent(notebook1, sourceBook, section);
|
||||
should(isParent).be.true('Section A is parent of notebook1');
|
||||
});
|
||||
|
||||
@@ -7,7 +7,7 @@ import * as should from 'should';
|
||||
import * as path from 'path';
|
||||
import * as TypeMoq from 'typemoq';
|
||||
import * as constants from '../../common/constants';
|
||||
import { BookTreeItemType } from '../../common/utils'
|
||||
import { BookTreeItemType } from '../../common/utils';
|
||||
import { IBookTrustManager, BookTrustManager } from '../../book/bookTrustManager';
|
||||
import { BookTreeItem, BookTreeItemFormat } from '../../book/bookTreeItem';
|
||||
import * as vscode from 'vscode';
|
||||
|
||||
Reference in New Issue
Block a user