Browse Source

wip toolbar tests

Steven Silvester 9 years ago
parent
commit
a463d45fc1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/src/index.ts

+ 1 - 0
test/src/index.ts

@@ -10,4 +10,5 @@ import './renderers/latex.spec';
 import './notebook/notebook/nbformat.spec';
 import './notebook/notebook/nbformat.spec';
 import './notebook/notebook/model.spec';
 import './notebook/notebook/model.spec';
 import './notebook/notebook/modelfactory.spec';
 import './notebook/notebook/modelfactory.spec';
+import './notebook/notebook/toolbar.spec';
 import './notebook/notebook/widget.spec';
 import './notebook/notebook/widget.spec';