|
@@ -1,35 +1,35 @@
|
|
|
// Copyright (c) Jupyter Development Team.
|
|
|
// Distributed under the terms of the Modified BSD License.
|
|
|
|
|
|
-// import './dialog/dialog.spec';
|
|
|
+import './dialog/dialog.spec';
|
|
|
|
|
|
-// import './docregistry/default.spec';
|
|
|
+import './docregistry/default.spec';
|
|
|
|
|
|
import './filebrowser/model.spec';
|
|
|
|
|
|
-// import './renderers/renderers.spec';
|
|
|
-// import './renderers/latex.spec';
|
|
|
+import './renderers/renderers.spec';
|
|
|
+import './renderers/latex.spec';
|
|
|
|
|
|
-// import './rendermime/rendermime.spec';
|
|
|
+import './rendermime/rendermime.spec';
|
|
|
|
|
|
-// import './notebook/cells/editor.spec';
|
|
|
-// import './notebook/cells/model.spec';
|
|
|
-// import './notebook/cells/widget.spec';
|
|
|
+import './notebook/cells/editor.spec';
|
|
|
+import './notebook/cells/model.spec';
|
|
|
+import './notebook/cells/widget.spec';
|
|
|
|
|
|
-// import './notebook/completion/handler.spec';
|
|
|
-// import './notebook/completion/model.spec';
|
|
|
-// import './notebook/completion/widget.spec';
|
|
|
+import './notebook/completion/handler.spec';
|
|
|
+import './notebook/completion/model.spec';
|
|
|
+import './notebook/completion/widget.spec';
|
|
|
|
|
|
-// import './notebook/notebook/actions.spec';
|
|
|
-// import './notebook/notebook/default-toolbar.spec';
|
|
|
-// import './notebook/notebook/model.spec';
|
|
|
-// import './notebook/notebook/modelfactory.spec';
|
|
|
-// import './notebook/notebook/nbformat.spec';
|
|
|
-// import './notebook/notebook/panel.spec';
|
|
|
-// import './notebook/notebook/toolbar.spec';
|
|
|
-// import './notebook/notebook/trust.spec';
|
|
|
-// import './notebook/notebook/widget.spec';
|
|
|
-// import './notebook/notebook/widgetfactory.spec';
|
|
|
+import './notebook/notebook/actions.spec';
|
|
|
+import './notebook/notebook/default-toolbar.spec';
|
|
|
+import './notebook/notebook/model.spec';
|
|
|
+import './notebook/notebook/modelfactory.spec';
|
|
|
+import './notebook/notebook/nbformat.spec';
|
|
|
+import './notebook/notebook/panel.spec';
|
|
|
+import './notebook/notebook/toolbar.spec';
|
|
|
+import './notebook/notebook/trust.spec';
|
|
|
+import './notebook/notebook/widget.spec';
|
|
|
+import './notebook/notebook/widgetfactory.spec';
|
|
|
|
|
|
-// import './notebook/output-area/model.spec';
|
|
|
-// import './notebook/output-area/widget.spec';
|
|
|
+import './notebook/output-area/model.spec';
|
|
|
+import './notebook/output-area/widget.spec';
|