Browse Source

Rebase issue resolution.

Afshin Darian 8 years ago
parent
commit
debe9041ad
3 changed files with 6 additions and 6 deletions
  1. 4 4
      src/tooltip/plugin.ts
  2. 1 1
      test/src/cells/model.spec.ts
  3. 1 1
      test/src/cells/widget.spec.ts

+ 4 - 4
src/tooltip/plugin.ts

@@ -13,6 +13,10 @@ import {
   JupyterLab, JupyterLabPlugin
   JupyterLab, JupyterLabPlugin
 } from '../application';
 } from '../application';
 
 
+import {
+  BaseCellWidget
+} from '../cells';
+
 import {
 import {
   CodeEditor
   CodeEditor
 } from '../codeeditor';
 } from '../codeeditor';
@@ -25,10 +29,6 @@ import {
   INotebookTracker, NotebookPanel
   INotebookTracker, NotebookPanel
 } from '../notebook';
 } from '../notebook';
 
 
-import {
-  BaseCellWidget
-} from '../notebook/cells';
-
 import {
 import {
   IRenderMime
   IRenderMime
 } from '../rendermime';
 } from '../rendermime';

+ 1 - 1
test/src/cells/model.spec.ts

@@ -33,7 +33,7 @@ class TestModel extends CellModel {
 }
 }
 
 
 
 
-describe('notebook/cells/model', () => {
+describe('cells/model', () => {
 
 
   describe('CellModel', () => {
   describe('CellModel', () => {
 
 

+ 1 - 1
test/src/cells/widget.spec.ts

@@ -122,7 +122,7 @@ class LogMarkdownCell extends MarkdownCellWidget {
 }
 }
 
 
 
 
-describe('notebook/cells/widget', () => {
+describe('cells/widget', () => {
 
 
   describe('BaseCellWidget', () => {
   describe('BaseCellWidget', () => {